Searched refs:TaintStack (Results 1 – 1 of 1) sorted by relevance
194 SmallVector<BasicBlock *, 8> TaintStack; in taintLoopLiveOuts() local195 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()