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

  /external/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 58 SwitchInst::CaseIt Case = SI.findCaseValue(ExpectedValue);
SCCP.cpp 571 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true;
630 return SI->findCaseValue(CI).getCaseSuccessor() == To;
    [all...]
LoopUnrollPass.cpp 659 Succ = SI->findCaseValue(cast<ConstantInt>(SimpleCond))
    [all...]
LoopUnswitch.cpp     [all...]
JumpThreading.cpp     [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 198 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C));
InlineCost.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
CloneFunction.cpp 446 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 975 milliseconds