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

  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 698 /// ThenBlock
702 /// If Unreachable is true, then ThenBlock ends with
715 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
718 CheckTerm = new UnreachableInst(C, ThenBlock);
720 CheckTerm = BranchInst::Create(Tail, ThenBlock);
723 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cond);
735 // Head dominates ThenBlock.
736 DT->addNewBlock(ThenBlock, Head);
752 /// ThenBlock
765 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail)
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
CGStmt.cpp 573 llvm::BasicBlock *ThenBlock = createBasicBlock("if.then");
579 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock,
583 EmitBlock(ThenBlock);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 346 milliseconds