Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
116 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() argument
126 if (AllocaPoint) { in DemotePHIToStack()
128 P->getName()+".reg2mem", AllocaPoint); in DemotePHIToStack()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h199 Instruction *AllocaPoint = nullptr);
204 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);