Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5971 for (auto &ForwardingNode : ForwardingNodes) { in forwardSwitchConditionToPHI() local
5972 PHINode *Phi = ForwardingNode.first; in forwardSwitchConditionToPHI()
5973 SmallVectorImpl<int> &Indexes = ForwardingNode.second; in forwardSwitchConditionToPHI()