Home
last modified time | relevance | path

Searched defs:getOrCreateNode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp119 auto getOrCreateNode = [&](const InputSectionBase *isec) -> int { in CallGraphSort() local
288 auto getOrCreateNode = [&](const InputSectionBase *inSec) -> size_t { in computeCacheDirectedSortOrder() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp79 auto getOrCreateNode = [&](const SectionChunk *isec) -> int { in CallGraphSort() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp93 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode() function in __anonef03fe500111::FoldingNodeAllocator
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h436 DGNode *getOrCreateNode(Instruction *I) { in getOrCreateNode() function