Searched refs:findCaseValue (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp58 SwitchInst::CaseIt Case = SI.findCaseValue(ExpectedValue);
H A DSCCP.cpp571 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true;
630 return SI->findCaseValue(CI).getCaseSuccessor() == To;
H A DLoopUnrollPass.cpp659 Succ = SI->findCaseValue(cast<ConstantInt>(SimpleCond))
H A DLoopUnswitch.cpp1208 SwitchInst::CaseIt DeadCase = SI->findCaseValue(cast<ConstantInt>(Val));
H A DJumpThreading.cpp1225 DestBB = SI->findCaseValue(cast<ConstantInt>(Val)).getCaseSuccessor();
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp198 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C));
H A DInlineCost.cpp1263 BBWorklist.insert(SI->findCaseValue(SimpleCond).getCaseSuccessor());
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2966 BasicBlock *TrueBB = SI->findCaseValue(TrueVal).getCaseSuccessor();
2967 BasicBlock *FalseBB = SI->findCaseValue(FalseVal).getCaseSuccessor();
2976 TrueWeight = (uint32_t)Weights[SI->findCaseValue(TrueVal).
2978 FalseWeight = (uint32_t)Weights[SI->findCaseValue(FalseVal).
3068 if (SI->findCaseValue(Cst) != SI->case_default()) {
3712 SwitchInst::CaseIt Case = SI->findCaseValue(DeadCases[I]);
H A DCloneFunction.cpp446 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond);
/external/llvm/include/llvm/IR/
H A DInstructions.h3149 /// findCaseValue - Search all of the case values for the specified constant.
3153 CaseIt findCaseValue(const ConstantInt *C) { function in class:llvm::SwitchInst
3159 ConstCaseIt findCaseValue(const ConstantInt *C) const { function in class:llvm::SwitchInst
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2714 NextBB = SI->findCaseValue(Val).getCaseSuccessor();

Completed in 381 milliseconds