Home
last modified time | relevance | path

Searched refs:SkipInsts (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp57 std::set<MachineInstr *> SkipInsts; member
244 SkipInsts.insert(Inst); in processInst()
275 if (SkipInsts.find(&MI) != SkipInsts.end()) in removeLD()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp565 DenseSet<Instruction *> SkipInsts; member
1544 if (!DFSF.SkipInsts.count(Inst)) in runImpl()
3063 DFSF.SkipInsts.insert(LI); in visitCallBase()
3071 DFSF.SkipInsts.insert(LI); in visitCallBase()