OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WillCreateCycle
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h
751
bool
WillCreateCycle
(SUnit *TargetSU, SUnit *SU);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAG.cpp
704
bool ScheduleDAGTopologicalSort::
WillCreateCycle
(SUnit *TargetSU, SUnit *SU) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
216
///
WillCreateCycle
- Returns true if adding an edge from SU to TargetSU will
218
bool
WillCreateCycle
(SUnit *SU, SUnit *TargetSU) {
219
return Topo.
WillCreateCycle
(SU, TargetSU);
1513
if (!
WillCreateCycle
(TrySU, BtSU)) {
Completed in 18 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026