Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp194 SmallVector<BasicBlock *, 8> TaintStack; in taintLoopLiveOuts() local
195 DivLoop->getExitBlocks(TaintStack); in taintLoopLiveOuts()
200 for (auto *Block : TaintStack) { in taintLoopLiveOuts()
205 while (!TaintStack.empty()) { in taintLoopLiveOuts()
206 auto *UserBlock = TaintStack.back(); in taintLoopLiveOuts()
207 TaintStack.pop_back(); in taintLoopLiveOuts()
249 TaintStack.push_back(SuccBlock); in taintLoopLiveOuts()