Searched refs:BranchVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | LoopUnrollRuntime.cpp | 290 Value *BranchVal = new ICmpInst(PreHeaderBR, in UnrollRuntimeLoopProlog() local 295 BranchInst::Create(PEnd, PEnd, BranchVal, PreHeaderBR); in UnrollRuntimeLoopProlog() 346 Value *BranchVal = new ICmpInst(*NewBB, ICmpInst::ICMP_EQ, ModVal, in UnrollRuntimeLoopProlog() local 351 BranchVal, NewBB); in UnrollRuntimeLoopProlog()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | LoopUnswitch.cpp | 688 Value *BranchVal = LIC; in EmitPreheaderBranchOnCondition() local 691 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val); in EmitPreheaderBranchOnCondition() 697 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt); in EmitPreheaderBranchOnCondition()
|