Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.h94 class LoopInfoStack {
95 LoopInfoStack(const LoopInfoStack &) = delete;
96 void operator=(const LoopInfoStack &) = delete;
99 LoopInfoStack() {} in LoopInfoStack() function
DCGLoopInfo.cpp123 void LoopInfoStack::push(BasicBlock *Header, llvm::DebugLoc Location) { in push()
129 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx, in push()
272 void LoopInfoStack::pop() { in pop()
277 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper()
DCodeGenFunction.h140 LoopInfoStack LoopStack;