OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
106
DemoteRegToStack
(**ilb, false, AllocaInsertionPoint);
/external/llvm/include/llvm/Transforms/Utils/
Local.h
154
///
DemoteRegToStack
- This function takes a virtual register computed by an
160
AllocaInst *
DemoteRegToStack
(Instruction &X,
/external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
341
DemoteRegToStack
(*Inst, true);
Completed in 1276 milliseconds