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

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 329 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI);
330 NewBI->setDebugLoc(PHBI->getDebugLoc());
TailRecursionElimination.cpp 577 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret);
578 NewBI->setDebugLoc(CI->getDebugLoc());
JumpThreading.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 59 BitsInit *NewBI = BitsInit::get(NewBits);
63 R->getValue("Inst")->setValue(NewBI);
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 188 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB);
189 NewBI->setDebugLoc(TI->getDebugLoc());

Completed in 1216 milliseconds