Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DDeadCodeAnalysis.cpp328 DeadCodeAnalysis::getOperandValues(Operation *op) { in getOperandValues() function in DeadCodeAnalysis
338 Optional<SmallVector<Attribute>> operands = getOperandValues(branch); in visitBranchOperation()
354 Optional<SmallVector<Attribute>> operands = getOperandValues(branch); in visitRegionBranchOperation()
378 Optional<SmallVector<Attribute>> operands = getOperandValues(op); in visitRegionTerminator()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DDeadCodeAnalysis.h235 Optional<SmallVector<Attribute>> getOperandValues(Operation *op);