Searched refs:getActiveBlocks (Results 1 – 2 of 2) sorted by relevance
24 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks() function90 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { in getActiveBlocks() function91 return Base::getActiveBlocks(); in getActiveBlocks()
626 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking()