Home
last modified time | relevance | path

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

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