OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumBackEdges
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp
240
if (CurLoop->
getNumBackEdges
() != 1) {
LoopIdiomRecognize.cpp
1662
if (CurLoop->
getNumBackEdges
() != 1 || CurLoop->getNumBlocks() != 1)
1765
if (CurLoop->
getNumBackEdges
() != 1 || CurLoop->getNumBlocks() != 1)
2104
if (CurLoop->getNumBlocks() != 1 || CurLoop->
getNumBackEdges
() != 1) {
2439
if (CurLoop->getNumBlocks() != 1 || CurLoop->
getNumBackEdges
() != 1) {
LoopInterchange.cpp
461
if (L->
getNumBackEdges
() != 1) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
367
assert(L->
getNumBackEdges
() > 1 && "Must have > 1 backedge!");
571
if (L->
getNumBackEdges
() < 8) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h
250
unsigned
getNumBackEdges
() const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
1082
if (Lp->
getNumBackEdges
() != 1) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
1760
if (TheLoop->
getNumBackEdges
() != 1) {
Completed in 27 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026