Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp58 std::set<MachineInstr *> SkipInsts; member
290 SkipInsts.insert(Inst); in processInst()
321 if (SkipInsts.find(&MI) != SkipInsts.end()) in removeLD()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp602 DenseSet<Instruction *> SkipInsts; member
1739 if (!DFSF.SkipInsts.count(Inst)) in runImpl()
3433 DFSF.SkipInsts.insert(LI); in visitCallBase()
3441 DFSF.SkipInsts.insert(LI); in visitCallBase()