Home
last modified time | relevance | path

Searched defs:dfs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp187 void ImportedFunctionsInliningStatistics::dfs(InlineGraphNode &GraphNode) { in dfs() function in ImportedFunctionsInliningStatistics
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h299 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameList.cpp311 void dfs(CallEdge &current_edge, Function &callee) { in FindInterveningFrames() function
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1723 llvm::unique_function<void(DagNode)> dfs = [&](DagNode node) { in addPattern() local
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3494 BinaryFunction::BasicBlockListType BinaryFunction::dfs() const { in dfs() function in llvm::bolt::BinaryFunction