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.cpp65 CastInst *AllocaInsertionPoint = new BitCastInst( in runPass() local
79 DemoteRegToStack(*I, false, AllocaInsertionPoint->getIterator()); in runPass()
91 DemotePHIToStack(cast<PHINode>(I), AllocaInsertionPoint->getIterator()); in runPass()