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 703 /// ThenBlock
706 /// If Unreachable is true, then ThenBlock ends with
717 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
720 CheckTerm = new UnreachableInst(C, ThenBlock);
722 CheckTerm = BranchInst::Create(Tail, ThenBlock);
724 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cmp);
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 416 llvm::BasicBlock *ThenBlock = createBasicBlock("if.then");
421 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock);
424 EmitBlock(ThenBlock);
    [all...]

Completed in 88 milliseconds