Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp79 DemoteRegToStack(*I, false, AllocaInsertionPoint->getIterator()); in runPass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp23 AllocaInst *llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads, in DemoteRegToStack() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h208 AllocaInst *DemoteRegToStack(Instruction &X,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp348 DemoteRegToStack(Inst, true); in lowerAcrossUnwindEdges()
/freebsd/lib/clang/libllvm/
H A DMakefile1930 SRCS_MIN+= Transforms/Utils/DemoteRegToStack.cpp