Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp325 ConstantInt *CaseValue = I.getCaseValue(); in diff() local
326 BasicBlock *LCase = LCases[CaseValue]; in diff()
329 LCases.erase(CaseValue); in diff()
332 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3739 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument
3759 if (InValue != CaseValue) continue; in FindPHIForConditionForwarding()
3777 ConstantInt *CaseValue = I.getCaseValue(); in ForwardSwitchConditionToPHI() local
3781 PHINode *PHI = FindPHIForConditionForwarding(CaseValue, CaseDest, in ForwardSwitchConditionToPHI()