Searched refs:CaseValue (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 160 Value *CaseValue; 164 Value *CaseValue, SwitchInst *SI) in PredicateSwitch() argument 167 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 341 ConstantInt *CaseValue = Case.getCaseValue(); in diff() local 342 BasicBlock *LCase = LCases[CaseValue]; in diff() 346 LCases.erase(CaseValue); in diff() 349 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 49 case syntax::NodeRole::CaseValue: in operator <<() 238 findChild(syntax::NodeRole::CaseValue)); in getCaseValue()
|
| H A D | BuildTree.cpp | 1441 Builder.markExprChild(S->getLHS(), syntax::NodeRole::CaseValue); in WalkUpFromCaseStmt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 809 return {{CmpInst::ICMP_EQ, cast<PredicateSwitch>(this)->CaseValue}}; in getConstraint() 875 OS << "; switch predicate info { CaseValue: " << *PS->CaseValue in emitInstructionAnnot()
|
| H A D | SCCPSolver.cpp | 602 const APInt &CaseValue = Case.getCaseValue()->getValue(); in getFeasibleSuccessors() local 603 if (Range.contains(CaseValue)) in getFeasibleSuccessors()
|
| H A D | SimplifyCFG.cpp | 5085 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument 5103 if (InValue != CaseValue) in FindPHIForConditionForwarding() 5123 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local 5144 if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue && in ForwardSwitchConditionToPHI() 5153 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 91 CaseValue, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1362 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local 1363 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() 1368 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
|