OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leaveSSA
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
132
//
leaveSSA
- Indicates that the machine function is no longer in SSA form.
133
void
leaveSSA
() { IsSSA = false; }
/external/llvm/lib/CodeGen/
PHIElimination.cpp
134
MRI->
leaveSSA
();
TwoAddressInstructionPass.cpp
[
all
...]
Completed in 447 milliseconds