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

/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp75 class BLInstrumentationDag;
167 // BLInstrumentationDag extends BallLarusDag with algorithms that
170 class BLInstrumentationDag : public BallLarusDag { class in namespace:__anon7751
172 BLInstrumentationDag(Function &F);
217 // BLInstrumentationDag creates BLInstrumentationNode objects in this
225 // BLInstrumentationDag create BLInstrumentationEdges.
316 BLInstrumentationDag* dag,
332 BLInstrumentationDag* dag);
336 bool splitCritical(BLInstrumentationEdge* edge, BLInstrumentationDag* dag);
344 void insertInstrumentation( BLInstrumentationDag
504 BLInstrumentationDag::BLInstrumentationDag(Function &F) : BallLarusDag(F), function in class:BLInstrumentationDag
[all...]

Completed in 29 milliseconds