OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BallLarusDag
(Results
1 - 2
of
2
) sorted by null
/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
/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
...]
Completed in 68 milliseconds