OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BallLarusDag
(Results
1 - 5
of
5
) sorted by null
/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
...]
PathProfileInfo.cpp
236
_currentDag = new
BallLarusDag
(*F);
/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
PathProfileInfo.h
105
BallLarusDag
* _currentDag;
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
166
// BLInstrumentationDag extends
BallLarusDag
with algorithms that
169
class BLInstrumentationDag : public
BallLarusDag
{
503
BLInstrumentationDag::BLInstrumentationDag(Function &F) :
BallLarusDag
(F),
724
// necessary. The destructor of
BallLarusDag
will call free on each pointer
732
// necessary. The destructor of
BallLarusDag
will call free on each pointer
[
all
...]
Completed in 87 milliseconds