Searched refs:getLiveness (Results 1 – 11 of 11) sorted by relevance
207 const LivenessBlockInfo *blockInfo = getLiveness(block); in resolveLiveness()220 if (getLiveness(successor)->isLiveIn(value) && in resolveLiveness()230 const LivenessBlockInfo *Liveness::getLiveness(Block *block) const { in getLiveness() function in Liveness237 return getLiveness(block)->in(); in getLiveIn()242 return getLiveness(block)->out(); in getLiveOut()249 const LivenessBlockInfo *blockInfo = getLiveness(block); in isLastUse()309 const auto *liveness = getLiveness(block); in print()
154 const LivenessBlockInfo *blockLiveness = liveness.getLiveness(&block); in addAutomaticRefCounting()216 const LivenessBlockInfo *blockLiveness = liveness.getLiveness(&block); in addAutomaticRefCounting()224 const LivenessBlockInfo *succLiveness = liveness.getLiveness(successor); in addAutomaticRefCounting()
69 const LivenessBlockInfo *getLiveness(Block *block) const;
37 const LivenessBlockInfo &livenessInfo = *liveness.getLiveness(placementBlock); in getStartOperation()
437 liveness.getLiveness(placementBlock); in placeDeallocs()
69 liveness.getLiveness(op->getBlock())->getEndOperation(memref, op); in EmitPrint()
194 find_reuse_candiates(block, aliases, liveness.getLiveness(block), in find_reuse_candiates()
461 SizeT VarNum = Func->getLiveness()->getLiveIndex(Dest->getIndex()); in advancedPhiLowering()462 auto &LiveIn = Func->getLiveness()->getLiveIn(this); in advancedPhiLowering()956 Liveness *Liveness = Func->getLiveness(); in emitRegisterUsage()1063 Liveness *Liveness = Func->getLiveness(); in emit()1368 Liveness *Liveness = Func->getLiveness(); in dump()
337 getLiveness()->initPhiEdgeSplits(Nodes.begin() + NumNodes, in advancedPhiLowering()345 (*I)->liveness(getLiveness()); in advancedPhiLowering()346 (*I)->livenessAddIntervals(getLiveness(), FirstInstNum, LastInstNum); in advancedPhiLowering()1473 bool Changed = Node->liveness(getLiveness()); in liveness()1532 Node->livenessAddIntervals(getLiveness(), FirstInstNum, LastInstNum); in liveness()
168 Liveness *getLiveness() const { return Live.get(); } in getLiveness() function
428 const LivenessBlockInfo *info = matcherLiveness.getLiveness(&block); in allocateMemoryIndices()