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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp194 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); local
195 NewBI->setDebugLoc(TI->getDebugLoc());
H A DSimplifyCFG.cpp2425 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); local
2427 NewBI->setMetadata(LLVMContext::MD_prof,
3031 BranchInst *NewBI = Builder.CreateCondBr( local
3040 // Combine all weights for the cases to be the true weight of NewBI.
3046 NewBI->setMetadata(LLVMContext::MD_prof,
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeEmitterGen.cpp82 BitsInit *NewBI = BitsInit::get(NewBits); local
86 R->getValue("Inst")->setValue(NewBI);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopRotation.cpp442 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); local
443 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DTailRecursionElimination.cpp577 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); local
578 NewBI->setDebugLoc(CI->getDebugLoc());
H A DJumpThreading.cpp1398 BranchInst *NewBI =BranchInst::Create(SuccBB, NewBB); local
1399 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());

Completed in 108 milliseconds