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 12 DemoteRegToStack.cpp \
DemoteRegToStack.cpp 1 //===- DemoteRegToStack.cpp - Move a virtual register to the stack --------===//
10 // This file provide the function DemoteRegToStack(). This function takes a
26 /// DemoteRegToStack - This function takes a virtual register computed by an
32 AllocaInst* llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads,
LowerInvoke.cpp 400 DemoteRegToStack(*Inst, true);
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 136 /// DemoteRegToStack - This function takes a virtual register computed by an
142 AllocaInst *DemoteRegToStack(Instruction &X,
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 107 DemoteRegToStack(**ilb, false, AllocaInsertionPoint);
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 361 DemoteRegToStack(*Inst, true);
    [all...]

Completed in 206 milliseconds