OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUnloop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
LoopPass.cpp
198
CurrentLoop->
isUnloop
()
203
if (CurrentLoop->
isUnloop
()) {
225
removeDeadPasses(P, CurrentLoop->
isUnloop
()
230
if (CurrentLoop->
isUnloop
())
238
if (CurrentLoop->
isUnloop
()) {
/external/llvm/include/llvm/Analysis/
LoopInfo.h
78
bool
IsUnloop
= false;
159
void markUnlooped() {
IsUnloop
= true; }
162
bool
isUnloop
() const { return
IsUnloop
; }
Completed in 363 milliseconds