Searched defs:BallLarusDag (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DPathNumbering.h41 class BallLarusDag;
210 class BallLarusDag { class in namespace:llvm
212 // Initializes a BallLarusDag from the CFG of a given function. Must
215 BallLarusDag(Function &F) function in class:llvm::BallLarusDag
223 virtual ~BallLarusDag();
256 // necessary. The destructor of BallLarusDag will call free on each pointer
264 // returned by createNode. The destructor of BallLarusDag will call free
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp235 void BallLarusDag::init() {
254 BallLarusDag::~BallLarusDag() {
266 void BallLarusDag::calculatePathNumbers() {
339 unsigned BallLarusDag::getNumberOfPaths() {
344 BallLarusNode* BallLarusDag::getRoot() {
349 BallLarusNode* BallLarusDag::getExit() {
354 Function& BallLarusDag::getFunction() {
359 void BallLarusDag::clearColors(BallLarusNode::NodeColor color) {
365 void BallLarusDag
[all...]

Completed in 57 milliseconds