Searched refs:NewBI (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp152 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); local
153 NewBI->setDebugLoc(TI->getDebugLoc());
H A DSimplifyCFG.cpp2601 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); local
2603 NewBI->setMetadata(LLVMContext::MD_prof,
3197 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); local
3216 NewBI->setMetadata(LLVMContext::MD_prof,
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp555 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); local
556 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DTailRecursionElimination.cpp784 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); local
785 NewBI->setDebugLoc(CI->getDebugLoc());
H A DJumpThreading.cpp1464 BranchInst *NewBI =BranchInst::Create(SuccBB, NewBB); local
1465 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp364 BitsInit *NewBI = BitsInit::get(NewBits); local
368 R->getValue("Inst")->setValue(NewBI);

Completed in 156 milliseconds