Lines Matching defs:Prefix

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