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 152 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB);
153 NewBI->setDebugLoc(TI->getDebugLoc());
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 555 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI);
556 NewBI->setDebugLoc(PHBI->getDebugLoc());
TailRecursionElimination.cpp 784 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret);
785 NewBI->setDebugLoc(CI->getDebugLoc());
    [all...]
JumpThreading.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 364 BitsInit *NewBI = BitsInit::get(NewBits);
368 R->getValue("Inst")->setValue(NewBI);
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 182 milliseconds