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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 235 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::buildNode(BLBlockNodeMap& inDag, BLNodeStack& dfsStack)
    [all...]
PathProfileInfo.cpp 237 _currentDag = new BallLarusDag(*F);
  /external/swiftshader/third_party/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
PathProfileInfo.h 105 BallLarusDag* _currentDag;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 167 // BLInstrumentationDag extends BallLarusDag with algorithms that
170 class BLInstrumentationDag : public BallLarusDag {
504 BLInstrumentationDag::BLInstrumentationDag(Function &F) : BallLarusDag(F),
725 // necessary. The destructor of BallLarusDag will call free on each pointer
733 // necessary. The destructor of BallLarusDag will call free on each pointer
    [all...]

Completed in 187 milliseconds