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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp 835 // Look at blocks (IBB) with multiple predecessors (PBB).
838 // to IBB, and
840 // not IBB; this may require adding back an unconditional branch to IBB
842 // Bcc IBB
846 // with a conceptual B to IBB after that, which never actually exists.
858 MachineBasicBlock *IBB = I;
868 if (PBB == IBB)
    [all...]
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 503 for (Function::iterator IBB = IFn->begin(), IEndBB = IFn->end();
504 IBB != IEndBB; ++IBB) {
506 const InvokeInst *II = dyn_cast<InvokeInst>(IBB->getTerminator());
BranchFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 681 BasicBlock *IBB = PN->getIncomingBlock(i);
683 if (IBB == Preheader) {
686 NewPN->addIncoming(IV, IBB);
  /external/swiftshader/third_party/subzero/src/
IceCfgNode.cpp 855 auto IBB = MapBegin.begin(), IEB = MapEnd.begin();
857 while (IBB != IBE || IEB != IEE) {
858 SizeT i1 = IBB == IBE ? NumVars : IBB->first;
864 // begins at instruction IBB->second and extends through the end of the
868 InstNumberT LB = i == i1 ? IBB->second : FirstInstNum
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 648 BasicBlock *IBB = PN->getIncomingBlock(PI);
649 if (BBPreds.count(IBB) &&
650 !CanMergeValues(BBPN->getIncomingValueForBlock(IBB),
655 << IBB->getName() << "\n");
665 BasicBlock *IBB = PN->getIncomingBlock(PI);
666 if (BBPreds.count(IBB) &&
670 << "predecessor " << IBB->getName() << "\n");
    [all...]
IntegerDivision.cpp 181 BasicBlock *IBB = Builder.GetInsertBlock();
182 Function *F = IBB->getParent();
LoopSimplify.cpp 405 BasicBlock *IBB = PN->getIncomingBlock(i);
407 if (IBB == Preheader) {
410 NewPN->addIncoming(IV, IBB);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 346 milliseconds