Searched refs:getRoot (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp711 static RopePieceBTreeNode *getRoot(void *P) {
723 getRoot(Root)->Destroy();
727 return getRoot(Root)->size();
731 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root)))
734 getRoot(Root)->Destroy();
741 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset))
742 Root = new RopePieceBTreeInterior(getRoot(Root), RHS);
745 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R))
746 Root = new RopePieceBTreeInterior(getRoot(Root), RHS);
751 if (RopePieceBTreeNode *RHS = getRoot(Roo
[all...]
H A DDeltaTree.cpp383 static DeltaTreeNode *getRoot(void *Root) { function in class:__anon3316::DeltaTreeNode
392 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 &&
398 getRoot(Root)->Destroy();
405 const DeltaTreeNode *Node = getRoot(Root);
453 DeltaTreeNode *MyRoot = getRoot(Root);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp80 BC.getNumVisited(CallSite, BlockID)+1).getRoot());
85 return BlockCounter(GetFactory(F).getEmptyMap().getRoot());
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp129 if (G->getRoot().getNode())
130 GW.emitEdge(0, -1, G->getRoot().getNode(), G->getRoot().getResNo(),
294 const SDNode *N = DAG->getRoot().getNode();
H A DSelectionDAGDumper.cpp541 if (!N->hasOneUse() && N != getRoot().getNode())
545 if (getRoot().getNode()) DumpNodes(getRoot().getNode(), 2, this);
H A DSelectionDAGBuilder.cpp907 /// getRoot - Return the current virtual root of the Selection DAG,
912 SDValue SelectionDAGBuilder::getRoot() {
914 return DAG.getRoot();
931 /// getControlRoot - Similar to getRoot, but instead of flushing all the
936 SDValue Root = DAG.getRoot();
3374 SDValue Ops[] = { getRoot(), AllocSize, DAG.getIntPtrConstant(Align) };
3411 Root = getRoot();
3419 Root = DAG.getRoot();
3487 SDValue Root = getRoot();
3548 SDValue InChain = getRoot();
[all...]
H A DSelectionDAGISel.cpp592 Worklist.push_back(CurDAG->getRoot().getNode());
826 HandleSDNode Dummy(CurDAG->getRoot());
827 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode());
1336 CurDAG->setRoot(SDB->getRoot());
1346 CurDAG->setRoot(SDB->getRoot());
1367 CurDAG->setRoot(SDB->getRoot());
1398 CurDAG->setRoot(SDB->getRoot());
1440 CurDAG->setRoot(SDB->getRoot());
1450 CurDAG->setRoot(SDB->getRoot());
1497 CurDAG->setRoot(SDB->getRoot());
[all...]
H A DScheduleDAGFast.cpp534 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()];
761 ScheduleNode(DAG->getRoot().getNode());
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineDominators.h61 inline MachineBasicBlock *getRoot() const { function in class:llvm::MachineDominatorTree
62 return DT->getRoot();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DDominators.h49 inline CFGBlock *getRoot() const { function in class:clang::DominatorTree
50 return DT->getRoot();
/freebsd-10.1-release/contrib/llvm/tools/opt/
H A DPrintSCC.cpp95 CallGraphNode* rootNode = getAnalysis<CallGraph>().getRoot();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h81 CallGraphNode *getRoot() const { return Root; } function in class:clang::CallGraph
203 return CGN->getRoot(); // Start at the external node!
228 return CGN->getRoot();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp42 llvm::MDNode *CodeGenTBAA::getRoot() { function in class:CodeGenTBAA
66 Char = createTBAAScalarType("omnipotent char", getRoot());
167 return createTBAAScalarType("vtable pointer", getRoot());
H A DCodeGenTBAA.h74 /// getRoot - This is the mdnode for the root of the metadata type graph
76 llvm::MDNode *getRoot();
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h139 CallGraphNode *getRoot() { return Root; } function in class:llvm::CallGraph
140 const CallGraphNode *getRoot() const { return Root; } function in class:llvm::CallGraph
H A DDominanceFrontier.h165 BasicBlock *getRoot() const { function in class:llvm::DominanceFrontier
H A DDominators.h430 NodeT *getRoot() const { function in class:llvm::DominatorTreeBase
764 inline BasicBlock *getRoot() const { function in class:llvm::DominatorTree
765 return DT->getRoot();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h70 return B.getRoot();
119 return B.getRoot();
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDominators.cpp79 Function &F = *getRoot()->getParent();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp227 if (CG->getRoot() == Node) {
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h232 TreeTy *T = F.Find(M.getRoot(), K);
H A DImmutableMap.h141 TreeTy *getRoot() const { function in class:llvm::ImmutableMap
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp237 llvm::yaml::Node *Root = I->getRoot();
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h29 // yaml::Node *n = di->getRoot();
485 Node *getRoot() { function in class:llvm::yaml::Document
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DYAMLTraits.cpp74 Node *N = DocIterator->getRoot();

Completed in 194 milliseconds

12