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()
197 std::vector<Function*> &Kept, in doTest() argument
199 if (!Kept.empty() && TestFuncs(Kept)) in doTest()
333 std::vector<const BasicBlock*> &Kept, in doTest() argument
335 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
442 std::vector<const Instruction*> &Kept, in doTest() argument
444 if (!Kept.empty() && TestInsts(Kept)) in doTest()
519 std::vector<std::string> &Kept, in doTest() argument
521 if (!Kept.empty() && TestNamedMDs(Kept)) in doTest()
587 std::vector<const MDNode *> &Kept, in doTest() argument
589 if (!Kept.empty() && TestNamedMDOps(Kept)) in doTest()