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

  /external/llvm/lib/Transforms/Utils/
Android.mk 15 DemoteRegToStack.cpp \
DemoteRegToStack.cpp 1 //===- DemoteRegToStack.cpp - Move a virtual register to the stack --------===//
19 /// DemoteRegToStack - This function takes a virtual register computed by an
24 AllocaInst *llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads,
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 107 DemoteRegToStack(**ilb, false, AllocaInsertionPoint);
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 153 /// DemoteRegToStack - This function takes a virtual register computed by an
159 AllocaInst *DemoteRegToStack(Instruction &X,
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 342 DemoteRegToStack(*Inst, true);
WinEHPrepare.cpp 543 ParentAlloca = DemoteRegToStack(*SI, true, SI);
550 // Without uses, DemoteRegToStack would just eliminate the value.
561 ParentAlloca = DemoteRegToStack(*ParentInst, true, AllocaInsertPt);
    [all...]

Completed in 254 milliseconds