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

  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 123 DemotePHIToStack(cast<PHINode>(*ilb), AllocaInsertionPoint);
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 163 /// DemotePHIToStack - This function takes a virtual register computed by a phi
166 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 107 /// DemotePHIToStack - This function takes a virtual register computed by a PHI
110 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) {
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 374 DemotePHIToStack(*I);

Completed in 215 milliseconds