Home
last modified time | relevance | path

Searched refs:AllocaPoint (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp23 Instruction *AllocaPoint) { in DemoteRegToStack() argument
34 if (AllocaPoint) { in DemoteRegToStack()
36 I.getName()+".reg2mem", AllocaPoint); in DemoteRegToStack()
117 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() argument
127 if (AllocaPoint) { in DemotePHIToStack()
129 P->getName()+".reg2mem", AllocaPoint); in DemotePHIToStack()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h209 Instruction *AllocaPoint = nullptr);
214 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);