Searched defs:BranchVal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp290 Value *BranchVal = new ICmpInst(PreHeaderBR, local
295 BranchInst::Create(PEnd, PEnd, BranchVal, PreHeaderBR);
346 Value *BranchVal = new ICmpInst(*NewBB, ICmpInst::ICMP_EQ, ModVal, local
351 BranchVal, NewBB);
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp677 Value *BranchVal = LIC; local
680 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
686 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt);

Completed in 835 milliseconds