Searched refs:getBlockColors (Results 1 – 3 of 3) sorted by relevance
70 const DenseMap<BasicBlock *, ColorVector> &getBlockColors() const;
1388 const auto &BlockColors = SafetyInfo->getBlockColors(); in isNotUsedOrFoldableInLoop()1431 const auto &BlockColors = SafetyInfo->getBlockColors(); in cloneInstructionInExitBlock()1551 if (!SafetyInfo->getBlockColors().empty() && BB->getFirstNonPHI()->isEHPad()) in canSplitPredecessors()1605 const auto &BlockColors = SafetyInfo->getBlockColors(); in splitPredecessorsOfLoopExit()
32 LoopSafetyInfo::getBlockColors() const { in getBlockColors() function in LoopSafetyInfo