Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Analysis/
H A DLiveness.cpp235 const Liveness::ValueSetT &Liveness::getLiveIn(Block *block) const { in getLiveIn() function in Liveness
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3302 VPValue *getLiveIn(Value *V) const { return Value2VPValue.lookup(V); } getLiveIn() function