HomeSort by relevance Sort by last modified time
    Searched refs:DemotePHIToStack (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 146 /// DemotePHIToStack - This function takes a virtual register computed by a phi
149 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = 0);
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 123 DemotePHIToStack(cast<PHINode>(*ilb), AllocaInsertionPoint);
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 108 /// DemotePHIToStack - This function takes a virtual register computed by a phi
111 AllocaInst* llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) {

Completed in 36 milliseconds