Searched refs:getLiveIn (Results 1 – 2 of 2) sorted by relevance
462 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()1174 if (Liveness != nullptr && !Liveness->getLiveIn(this).empty()) { in dump()1175 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in dump()
85 LivenessBV &getLiveIn(const CfgNode *Node) { in getLiveIn() function