Lines Matching refs:Prefix
101 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() argument
105 if (!Prefix.empty()) { in doTest()
107 << getPassesString(Prefix) << ": "; in doTest()
108 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput)) in doTest()
148 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() argument
152 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
215 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() argument
219 if (!Prefix.empty() && TestFuncs(Prefix)) in doTest()
224 bool TestFuncs(std::vector<Function *> &Prefix);
348 Expected<TestResult> doTest(std::vector<Attribute> &Prefix, in doTest() argument
352 if (!Prefix.empty() && TestFuncAttrs(Prefix)) in doTest()
454 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
458 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
463 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
566 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
570 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
575 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
665 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
669 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
674 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
750 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() argument
754 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
759 bool TestInsts(std::vector<const Instruction *> &Prefix);
824 Expected<TestResult> doTest(std::vector<Instruction *> &Prefix, in doTest() argument
828 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
833 bool TestInsts(std::vector<Instruction *> &Prefix);
893 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() argument
897 if (!Prefix.empty() && TestNamedMDs(Prefix)) in doTest()
958 Expected<TestResult> doTest(std::vector<const MDNode *> &Prefix, in doTest() argument
962 if (!Prefix.empty() && TestNamedMDOps(Prefix)) in doTest()