OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BACKEDGE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Analysis/
PathNumbering.cpp
322
if( (*pred)->getType() == BallLarusEdge::
BACKEDGE
||
426
DEBUG(dbgs() << "
Backedge
detected.\n");
454
if( (*succ)->getType() == BallLarusEdge::
BACKEDGE
||
506
// Adds a
backedge
with its phony edges. Updates the DAG state.
510
childEdge->setType(BallLarusEdge::
BACKEDGE
);
PathProfileInfo.cpp
127
if( (*next)->getType() != BallLarusEdge::
BACKEDGE
&& // no backedges
/external/llvm/include/llvm/Analysis/
PathNumbering.h
132
enum EdgeType { NORMAL,
BACKEDGE
, SPLITEDGE,
298
// Adds a
backedge
with its phony edges. Updates the DAG state.
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
27
// removed in the following manner. For every
backedge
563
if( formerEdge->getType() == BallLarusEdge::
BACKEDGE
||
696
case BallLarusEdge::
BACKEDGE
:
[
all
...]
Completed in 138 milliseconds