Lines Matching refs:Kept
70 std::vector<std::string> &Kept,
128 std::vector<GlobalVariable*> &Kept, in doTest() argument
130 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
198 std::vector<Function*> &Kept, in doTest() argument
200 if (!Kept.empty() && TestFuncs(Kept)) in doTest()
334 std::vector<const BasicBlock*> &Kept, in doTest() argument
336 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 std::vector<const Instruction*> &Kept, in doTest() argument
445 if (!Kept.empty() && TestInsts(Kept)) in doTest()
520 std::vector<std::string> &Kept, in doTest() argument
522 if (!Kept.empty() && TestNamedMDs(Kept)) in doTest()
590 std::vector<const MDNode *> &Kept, in doTest() argument
592 if (!Kept.empty() && TestNamedMDOps(Kept)) in doTest()