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()
438 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
442 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
447 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
557 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
561 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
566 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
663 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() argument
667 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
672 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
755 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() argument
759 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
764 bool TestInsts(std::vector<const Instruction *> &Prefix);
831 Expected<TestResult> doTest(std::vector<Instruction *> &Prefix, in doTest() argument
835 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
840 bool TestInsts(std::vector<Instruction *> &Prefix);
902 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() argument
906 if (!Prefix.empty() && TestNamedMDs(Prefix)) in doTest()
969 Expected<TestResult> doTest(std::vector<const MDNode *> &Prefix, in doTest() argument
973 if (!Prefix.empty() && TestNamedMDOps(Prefix)) in doTest()