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) << ": ";
70 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput))
113 TestResult doTest(std::vector<GlobalVariable*> &Prefix,
118 if (!Prefix.empty() && TestGlobalVariables(Prefix))
183 TestResult doTest(std::vector<Function*> &Prefix,
188 if (!Prefix.empty() && TestFuncs(Prefix))
193 bool TestFuncs(std::vector<Function*> &Prefix);
256 TestResult doTest(std::vector<const BasicBlock*> &Prefix,
261 if (!Prefix.empty() && TestBlocks(Prefix))
266 bool TestBlocks(std::vector<const BasicBlock*> &Prefix);
365 TestResult doTest(std::vector<const Instruction*> &Prefix,
370 if (!Prefix.empty() && TestInsts(Prefix))
375 bool TestInsts(std::vector<const Instruction*> &Prefix);