HomeSort by relevance Sort by last modified time
    Searched refs:ToKeep (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 755 unsigned ToKeep = Baseline == LazyValueInfo::True ? 0 : 1;
757 BranchInst::Create(CondBr->getSuccessor(ToKeep), CondBr);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 820 unsigned ToKeep = Ret == LazyValueInfo::True ? 0 : 1;
822 BranchInst::Create(CondBr->getSuccessor(ToKeep), CondBr);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]

Completed in 62 milliseconds