Searched defs:AllocaPoint (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp25 Instruction *AllocaPoint) {
33 if (AllocaPoint) {
35 I.getName()+".reg2mem", AllocaPoint);
107 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { argument
115 if (AllocaPoint) {
117 P->getName()+".reg2mem", AllocaPoint);
24 DemoteRegToStack(Instruction &I, bool VolatileLoads, Instruction *AllocaPoint) argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp33 Instruction *AllocaPoint) {
41 if (AllocaPoint) {
43 I.getName()+".reg2mem", AllocaPoint);
111 AllocaInst* llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { argument
119 if (AllocaPoint) {
121 P->getName()+".reg2mem", AllocaPoint);
32 DemoteRegToStack(Instruction &I, bool VolatileLoads, Instruction *AllocaPoint) argument

Completed in 266 milliseconds