Searched refs:LoopInfoStack (Results 1 – 3 of 3) sorted by relevance
204 class LoopInfoStack {205 LoopInfoStack(const LoopInfoStack &) = delete;206 void operator=(const LoopInfoStack &) = delete;209 LoopInfoStack() {} in LoopInfoStack() function
596 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc, in push() 605 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx, in push() 834 void LoopInfoStack::pop() { in InsertHelper() 840 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper()
294 LoopInfoStack LoopStack;