Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp91 DemotePHIToStack(cast<PHINode>(I), AllocaInsertionPoint); in runPass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp117 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h214 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp370 DemotePHIToStack(PN); in lowerAcrossUnwindEdges()