Home
last modified time | relevance | path

Searched defs:EntryNode (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h86 struct EntryNode { struct
98 std::vector<EntryNode> EntryNodes; argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNoRecursionCheck.cpp175 CallGraphNode::CallRecord EntryNode(SCC.front(), /*CallExpr=*/nullptr); in pathfindSomeCycle() local
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp310 for (const EntryNode &EntryNode : Desc.EntryNodes) { in buildTables() local
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp473 struct EntryNode { struct
474 uint64_t Node;
475 uint64_t Address;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp377 auto EntryNode = SubGraphTraits::getEntryNode(ParentRegion); in INITIALIZE_PASS_DEPENDENCY() local
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1394 DisplayNode *EntryNode = nullptr; member in __anone1b304962011::DotCfgDiffDisplayGraph