Home | History | Annotate | Download | only in bugpoint

Lines Matching full:kept

52     // running the "Kept" passes fail when run on the output of the "removed"
56 std::vector<std::string> &Kept,
116 std::vector<GlobalVariable*> &Kept,
118 if (!Kept.empty() && TestGlobalVariables(Kept))
186 std::vector<Function*> &Kept,
188 if (!Kept.empty() && TestFuncs(Kept))
259 std::vector<const BasicBlock*> &Kept,
261 if (!Kept.empty() && TestBlocks(Kept))
368 std::vector<const Instruction*> &Kept,
370 if (!Kept.empty() && TestInsts(Kept))