HomeSort by relevance Sort by last modified time
    Searched refs:findCaseValue (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 70 SwitchInst::CaseIt Case = SI.findCaseValue(ExpectedValue);
SCCP.cpp 586 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true;
645 return SI->findCaseValue(CI).getCaseSuccessor() == To;
    [all...]
LoopUnrollPass.cpp 477 KnownSucc = SI->findCaseValue(SimpleCondVal).getCaseSuccessor();
    [all...]
LoopUnswitch.cpp     [all...]
JumpThreading.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 63 unsigned caseNo = SI->findCaseValue(ExpectedValue);
CloneFunction.cpp 284 BasicBlock *Dest = SI->getSuccessor(SI->findCaseValue(Cond));
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 198 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C));
InlineCost.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
SparsePropagation.cpp 198 Succs[SI.findCaseValue(cast<ConstantInt>(C))] = true;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 71 SwitchInst::CaseHandle Case = *SI.findCaseValue(ExpectedValue);
LoopUnswitch.cpp     [all...]
LoopUnrollPass.cpp 568 KnownSucc = SI->findCaseValue(SimpleCondVal)->getCaseSuccessor();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
SparsePropagation.h 369 SwitchInst::CaseHandle Case = *SI.findCaseValue(cast<ConstantInt>(C));
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 355 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond);
Evaluator.cpp 489 NextBB = SI->findCaseValue(Val).getCaseSuccessor();
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Evaluator.cpp 598 NextBB = SI->findCaseValue(Val)->getCaseSuccessor();
SimplifyCFG.cpp     [all...]
CloneFunction.cpp 396 SwitchInst::ConstCaseHandle Case = *SI->findCaseValue(Cond);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
JumpThreading.cpp     [all...]
SCCP.cpp 599 Succs[SI->findCaseValue(CI)] = true;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 481 BasicBlock *BB = SI->findCaseValue(Cond)->getCaseSuccessor();

Completed in 1324 milliseconds

1 2