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

  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 642 /// ThenBlock
645 /// If Unreachable is true, then ThenBlock ends with
656 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
659 CheckTerm = new UnreachableInst(C, ThenBlock);
661 CheckTerm = BranchInst::Create(Tail, ThenBlock);
663 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cmp);
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 457 llvm::BasicBlock *ThenBlock = createBasicBlock("if.then");
462 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock);
465 EmitBlock(ThenBlock);
    [all...]

Completed in 93 milliseconds