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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp151 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); local
152 NewBI->setDebugLoc(TI->getDebugLoc());
H A DSimplifyCFG.cpp2942 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); local
2944 NewBI->setMetadata(LLVMContext::MD_prof,
3756 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); local
3775 NewBI->setMetadata(LLVMContext::MD_prof,
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp352 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); local
353 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DTailRecursionElimination.cpp784 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); local
785 NewBI->setDebugLoc(CI->getDebugLoc());
H A DJumpThreading.cpp1524 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); local
1525 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.cpp375 BitsInit *NewBI = BitsInit::get(NewBits); local
379 R->getValue("Inst")->setValue(NewBI);

Completed in 173 milliseconds