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

  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 74 SwitchInst::CaseIt Case = SI->findCaseValue(ExpectedValue);
CloneFunction.cpp 328 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond);
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 197 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C));
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 560 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true;
619 return SI->findCaseValue(CI).getCaseSuccessor() == To;
    [all...]
LoopUnswitch.cpp     [all...]
JumpThreading.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 184 milliseconds