Searched refs:blockLiveness (Results 1 – 1 of 1) sorted by relevance
154 const LivenessBlockInfo *blockLiveness = liveness.getLiveness(&block); in addAutomaticRefCounting() local157 bool liveIn = blockLiveness->isLiveIn(value) || in addAutomaticRefCounting()158 blockLiveness->getBlock() == value.getParentBlock(); in addAutomaticRefCounting()163 bool liveOut = blockLiveness->isLiveOut(value); in addAutomaticRefCounting()184 Operation *lastUser = blockLiveness->getEndOperation(value, userInTheBlock); in addAutomaticRefCounting()216 const LivenessBlockInfo *blockLiveness = liveness.getLiveness(&block); in addAutomaticRefCounting() local219 if (!blockLiveness->isLiveOut(value)) in addAutomaticRefCounting()