OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveStages
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ModuloSchedule.h
307
DenseMap<MachineBasicBlock *, BitVector>
LiveStages
;
348
/// (
LiveStages
[MI->getParent()] == false).
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp
1728
LiveStages
[BB] = LS;
1736
LiveStages
[Prologs.back()] = LS;
1784
LiveStages
[Epilogs[I]] = LS;
1912
if (Stage == -1 ||
LiveStages
.count(MI->getParent()) == 0 ||
1913
LiveStages
[MI->getParent()].test(Stage))
Completed in 30 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026