Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp998 Value *BranchVal = LIC; in emitPreheaderBranchOnCondition() local
1034 BranchVal = Old2New[ToDuplicate[0]]; in emitPreheaderBranchOnCondition()
1039 BranchVal = new ICmpInst(OldBranch, ICmpInst::ICMP_EQ, LIC, Val); in emitPreheaderBranchOnCondition()
1054 IRBuilder<>(OldBranch).CreateCondBr(BranchVal, TrueDest, FalseDest, TI); in emitPreheaderBranchOnCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp783 Value *BranchVal = in UnrollRuntimeLoopRemainder() local
791 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop); in UnrollRuntimeLoopRemainder()