reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Coroutines/CoroFrame.cpp
  908       int Index = PN->getBasicBlockIndex(IncomingBB);
  909       Value *V = PN->getIncomingValue(Index);
  914       PN->setIncomingValue(Index, InputV);
  915       PN = dyn_cast<PHINode>(PN->getNextNode());
  915       PN = dyn_cast<PHINode>(PN->getNextNode());
  916     } while (PN != ReplPHI); // ReplPHI is either null or the PHI that replaced