Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp755 unsigned ToKeep = Baseline == LazyValueInfo::True ? 0 : 1; in ProcessBlock() local
757 BranchInst::Create(CondBr->getSuccessor(ToKeep), CondBr); in ProcessBlock()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp820 unsigned ToKeep = Ret == LazyValueInfo::True ? 0 : 1; in ProcessBlock() local
822 BranchInst::Create(CondBr->getSuccessor(ToKeep), CondBr); in ProcessBlock()