HomeSort by relevance Sort by last modified time
    Searched defs:BallLarusDag (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
PathNumbering.h 41 class BallLarusDag;
210 class BallLarusDag {
212 // Initializes a BallLarusDag from the CFG of a given function. Must
215 BallLarusDag(Function &F)
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/
PathNumbering.cpp 234 void BallLarusDag::init() {
253 BallLarusDag::~BallLarusDag() {
265 void BallLarusDag::calculatePathNumbers() {
338 unsigned BallLarusDag::getNumberOfPaths() {
343 BallLarusNode* BallLarusDag::getRoot() {
348 BallLarusNode* BallLarusDag::getExit() {
353 Function& BallLarusDag::getFunction() {
358 void BallLarusDag::clearColors(BallLarusNode::NodeColor color) {
364 void BallLarusDag::buildNode(BLBlockNodeMap& inDag, BLNodeStack& dfsStack)
    [all...]

Completed in 130 milliseconds