HomeSort by relevance Sort by last modified time
    Searched refs:JumpDest (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 451 CodeGenFunction::JumpDest
453 JumpDest &Dest = LabelMap[D];
457 Dest = JumpDest(createBasicBlock(D->getName()),
470 JumpDest &Dest = LabelMap[D];
500 JumpDest &dest = CGF.LabelMap.find(*i)->second;
663 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
671 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
747 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
748 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
807 JumpDest LoopExit = getJumpDestInCurrentScope("for.end")
    [all...]
CodeGenFunction.h 113 struct JumpDest {
114 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
115 JumpDest(llvm::BasicBlock *Block,
166 JumpDest ReturnBlock;
301 llvm::SmallVector<const JumpDest *, 2> SEHTryEpilogueStack;
374 JumpDest RethrowDest;
700 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) {
701 return JumpDest(Target,
709 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
716 void EmitBranchThroughCleanup(JumpDest Dest)
    [all...]
CGObjCRuntime.cpp 179 CodeGenFunction::JumpDest Cont;
CGCleanup.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
CGException.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]
CGOpenMPRuntime.cpp 165 CodeGenFunction::JumpDest CurPoint =
    [all...]

Completed in 126 milliseconds