OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPLITEDGE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
564
formerEdge->getType() == BallLarusEdge::
SPLITEDGE
) {
608
if ((*edge)->getType() == BallLarusEdge::
SPLITEDGE
)
624
!= BallLarusEdge::
SPLITEDGE
)
705
case BallLarusEdge::
SPLITEDGE
:
809
if (intoEdge->getType() == BallLarusEdge::
SPLITEDGE
)
837
if (fromEdge->getType() == BallLarusEdge::
SPLITEDGE
)
[
all
...]
/external/llvm/lib/Analysis/
PathNumbering.cpp
305
(*succ)->setType(BallLarusEdge::
SPLITEDGE
);
323
(*pred)->getType() == BallLarusEdge::
SPLITEDGE
)
455
(*succ)->getType() == BallLarusEdge::
SPLITEDGE
)
PathProfileInfo.cpp
128
(*next)->getType() != BallLarusEdge::
SPLITEDGE
&& // no split edges
/external/llvm/include/llvm/Analysis/
PathNumbering.h
132
enum EdgeType { NORMAL, BACKEDGE,
SPLITEDGE
,
Completed in 27 milliseconds