HomeSort by: relevance | last modified time | path
    Searched defs:getNodeLabel (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtViz.cpp 34 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 63 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph);
76 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
MachineBlockFrequencyInfo.cpp 127 std::string getNodeLabel(const MachineBasicBlock *Node,
145 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(),
MachineFunction.cpp 584 std::string getNodeLabel(const MachineBasicBlock *Node,
MachineScheduler.cpp 3896 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DDGPrinter.cpp 59 std::string DDGDotGraphTraits::getNodeLabel(const DDGNode *Node,
DomPrinter.cpp 34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) {
61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) {
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) {
78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
RegionPrinter.cpp 44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) {
69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) {
70 return DOTGraphTraits<RegionNode *>::getNodeLabel(
BlockFrequencyInfo.cpp 133 std::string getNodeLabel(const BasicBlock *Node,
136 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT());
CallPrinter.cpp 153 std::string getNodeLabel(const CallGraphNode *Node,
MemorySSA.cpp 2276 std::string getNodeLabel(const BasicBlock *Node, DOTFuncMSSAInfo *CFGInfo) {
2305 return getNodeLabel(Node, CFGInfo).find(';') != std::string::npos
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h 68 /// getNodeLabel - Given a node and a pointer to the top level graph, return
71 std::string getNodeLabel(const void *, const GraphType &) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 270 static std::string getNodeLabel(const CallGraphNode *Node,
CFG.cpp 6043 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 520 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFGPrinter.h 199 std::string getNodeLabel(const BasicBlock *Node, DOTFuncInfo *CFGInfo) {
BlockFrequencyInfoImpl.h 1527 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 116 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
141 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionLoadHardening.cpp 203 std::string getNodeLabel(NodeRef Node, GraphType *) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 2114 std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 3170 static std::string getNodeLabel(const ExplodedNode *N, ExplodedGraph *G){
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 2524 std::string getNodeLabel(const TreeEntry *Entry, const BoUpSLP *R) {

Completed in 65 milliseconds