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

  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 123 DemotePHIToStack(cast<PHINode>(*ilb), AllocaInsertionPoint);
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 105 /// DemotePHIToStack - This function takes a virtual register computed by a PHI
108 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) {
  /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/CodeGen/
SjLjEHPrepare.cpp 362 DemotePHIToStack(PN);
WinEHPrepare.cpp 545 ParentAlloca = DemotePHIToStack(PN, AllocaInsertPt);
    [all...]

Completed in 222 milliseconds