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

  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 194 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB);
195 NewBI->setDebugLoc(TI->getDebugLoc());
SimplifyCFG.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 82 BitsInit *NewBI = BitsInit::get(NewBits);
86 R->getValue("Inst")->setValue(NewBI);
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 453 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI);
454 NewBI->setDebugLoc(PHBI->getDebugLoc());
TailRecursionElimination.cpp 591 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret);
592 NewBI->setDebugLoc(CI->getDebugLoc());
JumpThreading.cpp     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 48 milliseconds