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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 526 BranchInst *BI1 = BranchInst::Create(OrigBB, NewBB1);
543 UpdatePHINodes(OrigBB, NewBB1, Preds, BI1, P, HasLoopExit);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 490 BranchInst *BI1 = BranchInst::Create(OrigBB, NewBB1);
491 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
508 UpdatePHINodes(OrigBB, NewBB1, Preds, BI1, HasLoopExit);
SimplifyCFG.cpp     [all...]

Completed in 387 milliseconds