OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSSA
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
32
///
IsSSA
- True when the machine function is in SSA form and virtual
34
bool
IsSSA
;
123
//
isSSA
- Returns true when the machine function is in SSA form. Early
130
bool
isSSA
() const { return
IsSSA
; }
133
void leaveSSA() {
IsSSA
= false; }
/external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp
23
: TM(TM),
IsSSA
(true), TracksLiveness(true) {
Completed in 1224 milliseconds