Lines Matching refs:Prefix

89 ReducePassList::doTest(std::vector<std::string> &Prefix,  in doTest()  argument
93 if (!Prefix.empty()) { in doTest()
95 << getPassesString(Prefix) << ": "; in doTest()
96 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput)) in doTest()
136 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() argument
140 if (!Prefix.empty() && TestGlobalVariables(Prefix)) in doTest()
203 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() argument
207 if (!Prefix.empty() && TestFuncs(Prefix)) in doTest()
212 bool TestFuncs(std::vector<Function *> &Prefix);
336 Expected<TestResult> doTest(std::vector<Attribute> &Prefix, in doTest() argument
340 if (!Prefix.empty() && TestFuncAttrs(Prefix)) in doTest()
439 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
558 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
664 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
756 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() argument
760 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
765 bool TestInsts(std::vector<const Instruction *> &Prefix);
833 Expected<TestResult> doTest(std::vector<Instruction *> &Prefix, in doTest() argument
837 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
842 bool TestInsts(std::vector<Instruction *> &Prefix);
904 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() argument
908 if (!Prefix.empty() && TestNamedMDs(Prefix)) in doTest()
971 Expected<TestResult> doTest(std::vector<const MDNode *> &Prefix, in doTest() argument
975 if (!Prefix.empty() && TestNamedMDOps(Prefix)) in doTest()