Searched defs:dfs (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ImportedFunctionsInliningStatistics.cpp | 188 void ImportedFunctionsInliningStatistics::dfs(InlineGraphNode &GraphNode) { dfs() function in ImportedFunctionsInliningStatistics |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | GenericCycleImpl.h | 331 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { dfs() function |
/llvm-project/lldb/source/Target/ | ||
H A D | StackFrameList.cpp | 314 void dfs(CallEdge ¤t_edge, Function &callee) { FindInterveningFrames() function |
/llvm-project/mlir/tools/mlir-tblgen/ | ||
H A D | RewriterGen.cpp | 1922 llvm::unique_function<void(DagNode)> dfs = [&](DagNode node) { in addPattern() local |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryFunction.cpp | 3623 BinaryFunction::BasicBlockListType BinaryFunction::dfs() const { dfs() function in llvm::bolt::BinaryFunction |