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

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp717 static RopePieceBTreeNode *getRoot(void *P) {
731 getRoot(Root)->Destroy();
735 return getRoot(Root)->size();
739 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root)))
742 getRoot(Root)->Destroy();
749 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset))
750 Root = new RopePieceBTreeInterior(getRoot(Root), RHS);
753 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R))
754 Root = new RopePieceBTreeInterior(getRoot(Root), RHS);
759 if (RopePieceBTreeNode *RHS = getRoot(Roo
[all...]
H A DDeltaTree.cpp386 static DeltaTreeNode *getRoot(void *Root) { function in class:__anon3109::DeltaTreeNode
396 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 &&
402 getRoot(Root)->Destroy();
409 const DeltaTreeNode *Node = getRoot(Root);
457 DeltaTreeNode *MyRoot = getRoot(Root);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h45 MachineBasicBlock *getRoot() const { function in class:llvm::MachineDominanceFrontier
46 return Base.getRoot();
H A DMachineDominators.h105 MachineBasicBlock *getRoot() const { function in class:llvm::MachineDominatorTree
107 return DT->getRoot();
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp78 BC.getNumVisited(CallSite, BlockID)+1).getRoot());
83 return BlockCounter(GetFactory(F).getEmptyMap().getRoot());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp134 if (G->getRoot().getNode())
135 GW.emitEdge(nullptr, -1, G->getRoot().getNode(), G->getRoot().getResNo(),
299 const SDNode *N = DAG->getRoot().getNode();
H A DSelectionDAGBuilder.cpp1042 SDValue Root = DAG.getRoot();
1075 SDValue SelectionDAGBuilder::getRoot() { function in class:SelectionDAGBuilder
2808 Ops.push_back(getRoot()); // inchain
2989 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot()));
4028 SDValue Ops[] = {getRoot(), AllocSize, DAG.getConstant(Align, dl, IntPtr)};
4083 Root = getRoot();
4096 Root = DAG.getRoot();
4183 // Chain can be getRoot or getControlRoot.
4184 SDValue CopyNode = DAG.getCopyToReg(getRoot(), getCurSDLoc(), VReg,
4218 getRoot(), getCurSDLo
[all...]
H A DStatepointLowering.cpp422 SDValue Chain = Builder.getRoot();
669 SI.CLI.setChain(getRoot());
1026 SDValue Chain = getRoot();
1067 DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot()));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h62 BlockT *getRoot() const { function in class:llvm::DominanceFrontierBase
135 this->Roots = {DT.getRoot()};
H A DDDG.h279 NodeType &getRoot() const { function in class:llvm::DDGEdge::DependenceGraphInfo
462 return &DG->getRoot();
503 return &DG->getRoot();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h100 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key];
104 return HSAMetadataDoc->getRoot();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h90 CallGraphNode *getRoot() const { return Root; } function in class:clang::CallGraph
208 return CGN->getRoot(); // Start at the external node!
234 return CGN->getRoot();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp239 Yout << getRoot();
246 Yin >> getRoot();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h159 return B.getRoot();
205 return B.getRoot();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp43 llvm::MDNode *CodeGenTBAA::getRoot() { function in class:CodeGenTBAA
74 Char = createScalarTypeNode("omnipotent char", getRoot(), /* Size= */ 1);
234 return TBAAAccessInfo(createScalarTypeNode("vtable pointer", getRoot(), Size),
H A DCodeGenTBAA.h142 /// getRoot - This is the mdnode for the root of the metadata type graph
144 llvm::MDNode *getRoot();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h136 DeclContext &getRoot() { return Root; } function in class:llvm::DeclContextTree
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h263 DocNode &getRoot() { return Root; } function in class:llvm::msgpack::Document
266 void clear() { getRoot() = getNode(); }
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h61 CFGBlock *getRoot() const { function in class:clang::CFGDominatorTreeImpl
62 return DT.getRoot();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp159 Instruction *getRoot() { return Root; } function in class:__anon5071::Reduction
671 IRBuilder<NoFolder> Builder(R.getRoot()->getParent());
683 Mul = cast<Instruction>(Builder.CreateSExt(Mul, R.getRoot()->getType()));
703 Builder.SetInsertPoint(R.getRoot());
708 OrderedBasicBlock OrderedBB(R.getRoot()->getParent());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp551 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil)
656 MsgPackDoc.getRoot()
695 HwStages = MsgPackDoc.getRoot()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp275 if (isa<yaml::NullNode>(Document.getRoot()))
278 DescriptorList = dyn_cast<yaml::MappingNode>(Document.getRoot());
280 YS.printError(Document.getRoot(), "DescriptorList node must be a map");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp195 yaml::Node *YAMLRoot = RemarkEntry.getRoot();
268 *RemarkEntry.getRoot());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp268 if (CG->getRoot() == Node) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp123 : FuncRPOT(DT.getRoot()->getParent()), DT(DT), PDT(PDT), LI(LI) {}

Completed in 404 milliseconds

123