Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DInliner.cpp104 bool hasOneUseAndDiscardable(CallGraphNode *node) const;
206 bool CGUseList::hasOneUseAndDiscardable(CallGraphNode *node) const { in hasOneUseAndDiscardable() function in CGUseList
524 bool inlineInPlace = useList.hasOneUseAndDiscardable(it.targetNode); in inlineCallsInSCC()