Searched refs:LoopInfoStack (Results 1 – 3 of 3) sorted by relevance
82 class LoopInfoStack {83 LoopInfoStack(const LoopInfoStack &) = delete;84 void operator=(const LoopInfoStack &) = delete;87 LoopInfoStack() {} in LoopInfoStack() function
81 void LoopInfoStack::push(BasicBlock *Header, in push()114 void LoopInfoStack::pop() { in pop()119 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper()
134 LoopInfoStack LoopStack;