Searched refs:Kept (Results 1 – 7 of 7) sorted by relevance
96 std::vector<std::string> &Kept) override;149 std::vector<GlobalVariable *> &Kept) override { in doTest() argument150 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()216 std::vector<Function *> &Kept) override { in doTest() argument217 if (!Kept.empty() && TestFuncs(Kept)) in doTest()349 std::vector<Attribute> &Kept) override { in doTest() argument350 if (!Kept.empty() && TestFuncAttrs(Kept)) in doTest()455 std::vector<const BasicBlock *> &Kept) override { in doTest() argument456 if (!Kept.empty() && TestBlocks(Kept)) in doTest()567 std::vector<const BasicBlock *> &Kept) override { in doTest() argument[all …]
42 std::vector<ElTy> &Kept) = 0;
427 # Kept around for backward compatibility
466 # Kept around for backward compatibility
514 # Kept around for backward compatibility
4939 FunctionEffectWithCondition Kept;
20259 << Conflict.Kept.description() << Conflict.Rejected.description(); in diagnoseFunctionEffectMergeConflicts()