Home
last modified time | relevance | path

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

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