Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp66 CastInst *AllocaInsertionPoint = new BitCastInst( in runPass() local
80 DemoteRegToStack(*I, false, AllocaInsertionPoint->getIterator()); in runPass()
92 DemotePHIToStack(cast<PHINode>(I), AllocaInsertionPoint->getIterator()); in runPass()