Searched refs:BotN (Results 1 – 2 of 2) sorted by relevance
25 DGNode *BotN = Nodes.front(); in getBot() local27 if (BotN->getInstruction()->comesBefore(N->getInstruction())) in getBot()28 BotN = N; in getBot()30 return BotN; in getBot()
282 auto *BotN = getNode(&BotI); in setDefUseUnscheduledSuccs() local284 if (BotN->scheduled()) in setDefUseUnscheduledSuccs()