OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 --------===//
19
///
DemoteRegToStack
- This function takes a virtual register computed by an
24
AllocaInst *llvm::
DemoteRegToStack
(Instruction &I, bool VolatileLoads,
LowerInvoke.cpp
382
DemoteRegToStack
(*Inst, true);
/external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp
107
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
353
DemoteRegToStack
(*Inst, true);
Completed in 744 milliseconds