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

/external/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp161 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); local
162 NewBI->setDebugLoc(TI->getDebugLoc());
H A DSimplifyCFG.cpp2551 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); local
2553 NewBI->setMetadata(LLVMContext::MD_prof,
3176 BranchInst *NewBI = Builder.CreateCondBr( local
3185 // Combine all weights for the cases to be the true weight of NewBI.
3191 NewBI->setMetadata(LLVMContext::MD_prof,
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp511 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); local
512 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DTailRecursionElimination.cpp789 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); local
790 NewBI->setDebugLoc(CI->getDebugLoc());
H A DJumpThreading.cpp1432 BranchInst *NewBI =BranchInst::Create(SuccBB, NewBB); local
1433 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp371 BitsInit *NewBI = BitsInit::get(NewBits); local
375 R->getValue("Inst")->setValue(NewBI);

Completed in 1416 milliseconds