Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DLiveness.h72 const ValueSetT &getLiveIn(Block *block) const;
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DLiveness.cpp231 const Liveness::ValueSetT &Liveness::getLiveIn(Block *block) const { in getLiveIn() function in Liveness