Home
last modified time | relevance | path

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

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