Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp90 DemotePHIToStack(cast<PHINode>(I), AllocaInsertionPoint); in runPass()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp109 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() function in llvm
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h204 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp353 DemotePHIToStack(PN); in lowerAcrossUnwindEdges()