Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DLiveness.h72 const ValueSetT &getLiveIn(Block *block) const;
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp462 auto &LiveIn = Func->getLiveness()->getLiveIn(this); in advancedPhiLowering()
676 const LivenessBV &LiveIn = Liveness->getLiveIn(Succ); in liveness()
736 LivenessBV &LiveIn = Liveness->getLiveIn(this); in liveness()
816 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in livenessAddIntervals()
961 Live = &Liveness->getLiveIn(Node); in emitRegisterUsage()
1388 if (Liveness != nullptr && !Liveness->getLiveIn(this).empty()) { in dump()
1389 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in dump()
DIceLiveness.h85 LivenessBV &getLiveIn(const CfgNode *Node) { in getLiveIn() function
/external/llvm-project/mlir/lib/Analysis/
DLiveness.cpp236 const Liveness::ValueSetT &Liveness::getLiveIn(Block *block) const { in getLiveIn() function in Liveness