Home
last modified time | relevance | path

Searched refs:inlineHistoryIncludes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp58 static bool inlineHistoryIncludes( in inlineHistoryIncludes() function
227 inlineHistoryIncludes(&Callee, InlineHistoryID, InlineHistory)) { in run()
H A DInliner.cpp336 static bool inlineHistoryIncludes( in inlineHistoryIncludes() function
473 inlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) { in inlineCallsImpl()
874 inlineHistoryIncludes(&Callee, InlineHistoryID, InlineHistory)) { in run()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DInliner.cpp379 static bool inlineHistoryIncludes( in inlineHistoryIncludes() function
507 inlineHistoryIncludes(it.targetNode, inlineHistoryID, inlineHistory); in inlineCallsInSCC()