OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPhonyRoot
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
PathNumbering.cpp
204
void BallLarusEdge::
setPhonyRoot
(BallLarusEdge* phonyRoot) {
307
(*succ)->
setPhonyRoot
(rootEdge);
513
childEdge->
setPhonyRoot
(addEdge(getRoot(), target,0));
/external/llvm/include/llvm/Analysis/
PathNumbering.h
160
void
setPhonyRoot
(BallLarusEdge* phonyRoot);
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
567
newEdge->
setPhonyRoot
(formerEdge->getPhonyRoot());
570
formerEdge->
setPhonyRoot
(NULL);
[
all
...]
Completed in 439 milliseconds