Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DInliner.cpp78 struct CGUseList { struct
130 CGUseList::CGUseList(Operation *op, CallGraph &cg, in CGUseList() function in CGUseList
167 void CGUseList::dropCallUses(CallGraphNode *userNode, Operation *callOp, in dropCallUses()
181 void CGUseList::eraseNode(CallGraphNode *node) { in eraseNode()
195 bool CGUseList::isDead(CallGraphNode *node) const { in isDead()
206 bool CGUseList::hasOneUseAndDiscardable(CallGraphNode *node) const { in hasOneUseAndDiscardable()
217 void CGUseList::recomputeUses(CallGraphNode *node, CallGraph &cg) { in recomputeUses()
247 void CGUseList::decrementDiscardableUses(CGUser &uses) { in decrementDiscardableUses()
599 LogicalResult inlineSCC(Inliner &inliner, CGUseList &useList,
605 LogicalResult optimizeSCC(CallGraph &cg, CGUseList &useList,
[all …]