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

  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 665 /// ThenBlock
669 /// If Unreachable is true, then ThenBlock ends with
681 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
684 CheckTerm = new UnreachableInst(C, ThenBlock);
686 CheckTerm = BranchInst::Create(Tail, ThenBlock);
689 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cond);
705 /// ThenBlock
718 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
720 *ThenTerm = BranchInst::Create(Tail, ThenBlock);
725 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/ElseBlock, Cond)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 508 llvm::BasicBlock *ThenBlock = createBasicBlock("if.then");
514 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, Cnt.getCount());
517 EmitBlock(ThenBlock);
    [all...]

Completed in 78 milliseconds