Home
last modified time | relevance | path

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

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