OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasDedicatedExits
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp
182
if (!Preheader || !L->
hasDedicatedExits
()) {
LICM.cpp
409
if (L->
hasDedicatedExits
())
426
if (!DisablePromotion && Preheader && L->
hasDedicatedExits
() &&
LoopUnswitch.cpp
658
if (!CurrentLoop->
hasDedicatedExits
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopPeel.cpp
702
assert(L->
hasDedicatedExits
() && "No dedicated exits?");
LoopRotationUtils.cpp
344
if (!OrigPreheader || !L->
hasDedicatedExits
())
LoopSimplify.cpp
908
if (!L->
hasDedicatedExits
()) {
LoopUtils.cpp
594
assert(L->
hasDedicatedExits
() && "Loop should have dedicated exits!");
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h
289
bool
hasDedicatedExits
() const;
LoopInfoImpl.h
92
bool LoopBase<BlockT, LoopT>::
hasDedicatedExits
() const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopInfo.cpp
481
return getLoopPreheader() && getLoopLatch() &&
hasDedicatedExits
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp
342
if (!LP->
hasDedicatedExits
())
Completed in 38 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026