Home
last modified time | relevance | path

Searched refs:CaseValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h179 Value *CaseValue;
183 Value *CaseValue, SwitchInst *SI) in PredicateSwitch() argument
186 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp342 ConstantInt *CaseValue = Case.getCaseValue(); in diff() local
343 BasicBlock *LCase = LCases[CaseValue]; in diff()
347 LCases.erase(CaseValue); in diff()
350 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1328 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
1329 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal()
1334 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp818 OS << "; switch predicate info { CaseValue: " << *PS->CaseValue in emitInstructionAnnot()
H A DSimplifyCFG.cpp4472 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument
4490 if (InValue != CaseValue) in FindPHIForConditionForwarding()
4510 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
4531 if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue && in ForwardSwitchConditionToPHI()
4540 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1559 return createConstantExpression(cast<Constant>(PSwitch->CaseValue)); in performSymbolicPredicateInfoEvaluation()