Searched defs:RootNode (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 414 static char *printNode(const Node *RootNode, OutputBuffer &OB, size_t *N) { in printNode() 422 static char *printNode(const Node *RootNode, char *Buf, size_t *N) { in printNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 1593 auto RootNode = It->second; in identifyNodes() local 1615 auto RootNode = identifyRoot(RootI); in identifyNodes() local 1721 auto RootNode = prepareCompositeNode( in identifyReductionNodes() local 1761 auto RootNode = prepareCompositeNode( in identifyReductionNodes() local 2326 auto RootNode = RootToNode[RootInstruction]; in replaceNodes() local
|
| H A D | MachineOutliner.cpp | 672 const auto *RootNode = cgdata::getOutlinedHashTree()->getRoot(); in getMatchedEntries() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceGraphBuilder.cpp | 80 auto &RootNode = createRootNode(); in createAndConnectRootNode() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfWriter.cpp | 137 void PGOCtxProfileWriter::writeContextual(const ContextNode &RootNode, in writeContextual()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 460 AstPtr RootNode = createRootNode(Partials, Lambdas, SectionLambdas, Escapes); in parse() local
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 1281 StateNode *RootNode = in analyzeSolutionSpace() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 2317 llvm::json::Object RootNode; in summarize() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 21511 SDNode *RootNode = St->getChain().getNode(); in getStoreMergeCandidates() local 21519 SDNode *RootNode) -> bool { in getStoreMergeCandidates() 21572 SDNode *RootNode) { in checkMergeStoreCandidatesForDependencies() 21713 EVT MemVT, SDNode *RootNode, bool AllowVectors) { in tryStoreMergeOfConstants() 21841 EVT MemVT, SDNode *RootNode) { in tryStoreMergeOfExtracts() 21911 SDNode *RootNode, bool AllowVectors, in tryStoreMergeOfLoads() 22238 SDNode *RootNode = getStoreMergeCandidates(St, StoreNodes); in mergeConsecutiveStores() local
|