Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp25 Instruction *AllocaPoint) { in DemoteRegToStack() argument
33 if (AllocaPoint) { in DemoteRegToStack()
35 I.getName()+".reg2mem", AllocaPoint); in DemoteRegToStack()
107 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() argument
115 if (AllocaPoint) { in DemotePHIToStack()
117 P->getName()+".reg2mem", AllocaPoint); in DemotePHIToStack()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h162 Instruction *AllocaPoint = nullptr);
167 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);