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

/external/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp162 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); local
163 NewBI->setDebugLoc(TI->getDebugLoc());
H A DSimplifyCFG.cpp2501 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); local
2503 NewBI->setMetadata(LLVMContext::MD_prof,
3126 BranchInst *NewBI = Builder.CreateCondBr( local
3135 // Combine all weights for the cases to be the true weight of NewBI.
3141 NewBI->setMetadata(LLVMContext::MD_prof,
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp469 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); local
470 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DTailRecursionElimination.cpp614 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); local
615 NewBI->setDebugLoc(CI->getDebugLoc());
H A DJumpThreading.cpp1413 BranchInst *NewBI =BranchInst::Create(SuccBB, NewBB); local
1414 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp82 BitsInit *NewBI = BitsInit::get(NewBits); local
86 R->getValue("Inst")->setValue(NewBI);

Completed in 101 milliseconds