OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLoopExiting
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp
142
if (!L->
isLoopExiting
(OrigHeader))
152
if (L->
isLoopExiting
(OrigLatch) && !SimplifiedLatch)
495
if (!LastExit || !L->
isLoopExiting
(LastExit))
PlaceSafepoints.cpp
268
if (L->
isLoopExiting
(Pred)) {
[
all
...]
LoopUnrollPass.cpp
[
all
...]
InductiveRangeCheckElimination.cpp
657
if (!L.
isLoopExiting
(Latch)) {
[
all
...]
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
167
isExiting = loop ? loop->
isLoopExiting
(mbb) : false;
/external/llvm/include/llvm/Analysis/
LoopInfo.h
164
///
isLoopExiting
- True if terminator in the block can branch to another
167
bool
isLoopExiting
(const BlockT *BB) const {
LoopInfoImpl.h
329
if (
isLoopExiting
(BB)) OS << "<exiting>";
/external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp
372
if (L->
isLoopExiting
(Latch))
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
Completed in 274 milliseconds