Home
last modified time | relevance | path

Searched refs:BranchVal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp362 Value *BranchVal = B.CreateIsNotNull(ModVal, "lcmp.mod"); in UnrollRuntimeLoopProlog() local
366 B.CreateCondBr(BranchVal, PEnd, PEnd); in UnrollRuntimeLoopProlog()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp733 Value *BranchVal = LIC; in EmitPreheaderBranchOnCondition() local
737 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val); in EmitPreheaderBranchOnCondition()
745 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt); in EmitPreheaderBranchOnCondition()