Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp92 DemotePHIToStack(cast<PHINode>(I), AllocaInsertionPoint); in runPass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp110 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h205 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp353 DemotePHIToStack(PN); in lowerAcrossUnwindEdges()