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

  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 623 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
626 CheckTerm = new UnreachableInst(C, ThenBlock);
628 CheckTerm = BranchInst::Create(Tail, ThenBlock);
631 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cond);
643 // Head dominates ThenBlock.
644 DT->addNewBlock(ThenBlock, Head);
650 L->addBasicBlockToLoop(ThenBlock, *LI);
665 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
667 *ThenTerm = BranchInst::Create(Tail, ThenBlock);
672 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/ElseBlock, Cond)
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CGStmt.cpp 607 llvm::BasicBlock *ThenBlock = createBasicBlock("if.then");
613 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock,
617 EmitBlock(ThenBlock);
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]

Completed in 103 milliseconds