Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp583 DenseSet<Instruction *> SkipInsts; member
1675 if (!DFSF.SkipInsts.count(Inst)) in runImpl()
3261 DFSF.SkipInsts.insert(LI); in visitCallBase()
3269 DFSF.SkipInsts.insert(LI); in visitCallBase()
3326 DFSF.SkipInsts.insert(ExVal); in visitCallBase()
3328 DFSF.SkipInsts.insert(ExShadow); in visitCallBase()