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

Declarations

include/llvm/Transforms/Utils/Local.h
  249 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);

References

lib/CodeGen/SjLjEHPrepare.cpp
  343       DemotePHIToStack(PN);
lib/Transforms/Scalar/Reg2Mem.cpp
  118     DemotePHIToStack(cast<PHINode>(ilb), AllocaInsertionPoint);