Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4532 int PhiIdx; in ForwardSwitchConditionToPHI() local
4533 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
4534 ForwardingNodes[Phi].push_back(PhiIdx); in ForwardSwitchConditionToPHI()