OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPhonyRoot
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
PathNumbering.cpp
198
BallLarusEdge* BallLarusEdge::
getPhonyRoot
() {
515
childEdge->
getPhonyRoot
()->setRealEdge(childEdge);
516
childEdge->
getPhonyRoot
()->setType(BallLarusEdge::BACKEDGE_PHONY);
/external/llvm/include/llvm/Analysis/
PathNumbering.h
159
BallLarusEdge*
getPhonyRoot
();
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
566
newEdge->setPhonyRoot(formerEdge->
getPhonyRoot
());
[
all
...]
Completed in 46 milliseconds