OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSSA
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
326
static bool
isSSA
(const MachineFunction &MF) {
358
if (
isSSA
(MF))
359
Properties.set(MachineFunctionProperties::Property::
IsSSA
);
361
Properties.reset(MachineFunctionProperties::Property::
IsSSA
);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
178
//
isSSA
- Returns true when the machine function is in SSA form. Early
185
bool
isSSA
() const {
187
MachineFunctionProperties::Property::
IsSSA
);
192
MF->getProperties().reset(MachineFunctionProperties::Property::
IsSSA
);
Completed in 18 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026