OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasDedicatedExits
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Analysis/
LoopInfo.cpp
214
return getLoopPreheader() && getLoopLatch() &&
hasDedicatedExits
();
337
///
hasDedicatedExits
- Return true if no exit block for the loop
339
bool Loop::
hasDedicatedExits
() const {
362
assert(
hasDedicatedExits
() &&
/external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp
140
if (!L->
hasDedicatedExits
())
LICM.cpp
268
if (L->
hasDedicatedExits
())
275
if (!DisablePromotion && Preheader && L->
hasDedicatedExits
()) {
[
all
...]
LoopUnswitch.cpp
423
if (!currentLoop->
hasDedicatedExits
())
[
all
...]
/external/llvm/include/llvm/Analysis/
LoopInfo.h
411
///
hasDedicatedExits
- Return true if no exit block for the loop
413
bool
hasDedicatedExits
() const;
/external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
786
if (!L->
hasDedicatedExits
()) {
Completed in 541 milliseconds