Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp748 Value *BranchVal = in UnrollRuntimeLoopRemainder() local
756 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop); in UnrollRuntimeLoopRemainder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp942 Value *BranchVal = LIC; in EmitPreheaderBranchOnCondition() local
946 BranchVal = new ICmpInst(OldBranch, ICmpInst::ICMP_EQ, LIC, Val); in EmitPreheaderBranchOnCondition()
960 IRBuilder<>(OldBranch).CreateCondBr(BranchVal, TrueDest, FalseDest, TI); in EmitPreheaderBranchOnCondition()