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 161 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB);
162 NewBI->setDebugLoc(TI->getDebugLoc());
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 511 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI);
512 NewBI->setDebugLoc(PHBI->getDebugLoc());
TailRecursionElimination.cpp 789 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret);
790 NewBI->setDebugLoc(CI->getDebugLoc());
    [all...]
JumpThreading.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 371 BitsInit *NewBI = BitsInit::get(NewBits);
375 R->getValue("Inst")->setValue(NewBI);
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 190 milliseconds