HomeSort by: relevance | last modified time | path
    Searched refs:LoopInfoStack (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 197 class LoopInfoStack {
198 LoopInfoStack(const LoopInfoStack &) = delete;
199 void operator=(const LoopInfoStack &) = delete;
202 LoopInfoStack() {}
CGLoopInfo.cpp 586 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc,
595 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx,
804 void LoopInfoStack::pop() {
810 void LoopInfoStack::InsertHelper(Instruction *I) const {
CodeGenFunction.h 273 LoopInfoStack LoopStack;

Completed in 49 milliseconds