Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp105 DemoteRegToStack(*ilb, false, AllocaInsertionPoint); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp24 AllocaInst *llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads, in DemoteRegToStack() function in llvm
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h243 AllocaInst *DemoteRegToStack(Instruction &X,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp322 DemoteRegToStack(Inst, true); in lowerAcrossUnwindEdges()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1426 SRCS_MIN+= Transforms/Utils/DemoteRegToStack.cpp