OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DemotePHIToStack
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DemoteRegToStack.cpp
108
///
DemotePHIToStack
- This function takes a virtual register computed by a phi
111
AllocaInst* llvm::
DemotePHIToStack
(PHINode *P, Instruction *AllocaPoint) {
/external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp
104
///
DemotePHIToStack
- This function takes a virtual register computed by a PHI
107
AllocaInst *llvm::
DemotePHIToStack
(PHINode *P, Instruction *AllocaPoint) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp
106
///
DemotePHIToStack
- This function takes a virtual register computed by a PHI
109
AllocaInst *llvm::
DemotePHIToStack
(PHINode *P, Instruction *AllocaPoint) {
Completed in 6099 milliseconds