Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1827 const SmallSetVector<Value *, 32> &ExprsInSubprogram; member
1842 ExprsInSubprogram(ExprsInSubprogram), Leaf(Leaf) {} in ExprLinearizer()
2097 for (auto *Expr : ExprsInSubprogram) in getExpressionLeaves()
2099 !any_of(Expr->users(), [&ExprsInSubprogram](User *U) { in getExpressionLeaves()
2100 return ExprsInSubprogram.count(U); in getExpressionLeaves()
2113 if (!ExprsInSubprogram.count(V)) in collectSharedInfo()
2120 collectSharedInfo(Leaf, Op, ExprsInSubprogram, Shared); in collectSharedInfo()
2130 if (!ExprsInSubprogram.count(Root)) in sumOpInfos()
2181 auto Leaves = getExpressionLeaves(ExprsInSubprogram); in emitRemarks()
2185 collectSharedInfo(Leaf, Leaf, ExprsInSubprogram, Shared); in emitRemarks()
[all …]