OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasLoop
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
CFG.cpp
151
bool
HasLoop
= BB != &BB->getParent()->getEntryBlock();
154
if (LI &&
HasLoop
) {
155
HasLoop
= LI->getLoopFor(BB) != 0;
157
if (
HasLoop
)
/external/llvm/lib/CodeGen/
ScheduleDAG.cpp
523
bool
HasLoop
= false;
528
DFS(Y, UpperBound,
HasLoop
);
529
assert(!
HasLoop
&& "Inserted edge creates a loop!");
546
bool &
HasLoop
) {
561
HasLoop
= true;
622
bool
HasLoop
= false;
627
DFS(TargetSU, UpperBound,
HasLoop
);
629
return
HasLoop
;
/external/llvm/include/llvm/CodeGen/
ScheduleDAG.h
692
void DFS(const SUnit *SU, int UpperBound, bool&
HasLoop
);
Completed in 164 milliseconds