HomeSort by relevance Sort by last modified time
    Searched refs:DemoteRegToStack (Results 1 - 5 of 5) 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 352 DemoteRegToStack(*Inst, true);

Completed in 300 milliseconds