Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Prefix

62 ReducePassList::doTest(std::vector<std::string> &Prefix,
67 if (!Prefix.empty()) {
69 << getPassesString(Prefix) << ": ";
71 if (BD.runPasses(BD.getProgram(), Prefix, PfxOutput))
115 virtual TestResult doTest(std::vector<GlobalVariable*> &Prefix,
120 if (!Prefix.empty() && TestGlobalVariables(Prefix))
185 virtual TestResult doTest(std::vector<Function*> &Prefix,
190 if (!Prefix.empty() && TestFuncs(Prefix))
195 bool TestFuncs(std::vector<Function*> &Prefix);
258 virtual TestResult doTest(std::vector<const BasicBlock*> &Prefix,
263 if (!Prefix.empty() && TestBlocks(Prefix))
268 bool TestBlocks(std::vector<const BasicBlock*> &Prefix);
367 virtual TestResult doTest(std::vector<const Instruction*> &Prefix,
372 if (!Prefix.empty() && TestInsts(Prefix))
377 bool TestInsts(std::vector<const Instruction*> &Prefix);