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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 566 BranchInst *BI2 = BranchInst::Create(OrigBB, NewBB2);
578 UpdatePHINodes(OrigBB, NewBB2, NewBB2Preds, BI2, P, HasLoopExit);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 531 BranchInst *BI2 = BranchInst::Create(OrigBB, NewBB2);
532 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
544 UpdatePHINodes(OrigBB, NewBB2, NewBB2Preds, BI2, HasLoopExit);
SimplifyCFG.cpp     [all...]

Completed in 73 milliseconds