Searched defs:SkipInsts (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp295 DenseSet<Instruction *> SkipInsts; member in struct:__anon12452::DFSanFunction
821 if (!DFSF.SkipInsts.count(Inst))
1561 DFSF.SkipInsts.insert(LI);
1612 DFSF.SkipInsts.insert(ExVal);
1615 DFSF.SkipInsts.insert(ExShadow);

Completed in 95 milliseconds