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

  /external/clang/lib/CodeGen/
CGStmt.cpp 354 CodeGenFunction::JumpDest
356 JumpDest &Dest = LabelMap[D];
360 Dest = JumpDest(createBasicBlock(D->getName()),
373 JumpDest &Dest = LabelMap[D];
404 JumpDest &dest = CGF.LabelMap.find(*i)->second;
635 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
642 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
720 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
721 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
781 JumpDest LoopExit = getJumpDestInCurrentScope("for.end")
    [all...]
CodeGenFunction.h 106 struct JumpDest {
107 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
108 JumpDest(llvm::BasicBlock *Block,
159 JumpDest ReturnBlock;
301 JumpDest RethrowDest;
572 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) {
573 return JumpDest(Target,
581 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
588 void EmitBranchThroughCleanup(JumpDest Dest);
593 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const
    [all...]
CGObjCRuntime.cpp 179 CodeGenFunction::JumpDest Cont;
CGCleanup.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 152 milliseconds