Home
last modified time | relevance | path

Searched refs:addPredEdge (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DPathNumbering.cpp114 void BallLarusNode::addPredEdge(BallLarusEdge* edge) { in addPredEdge() function in BallLarusNode
502 target->addPredEdge(newEdge); in addEdge()
/external/llvm/include/llvm/Analysis/
DPathNumbering.h88 void addPredEdge(BallLarusEdge* edge);
/external/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp556 newNode->addPredEdge(formerEdge); in splitUpdate()