Home
last modified time | relevance | path

Searched refs:getBlockColors (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMustExecute.h70 const DenseMap<BasicBlock *, ColorVector> &getBlockColors() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1351 const auto &BlockColors = SafetyInfo->getBlockColors(); in isNotUsedOrFreeInLoop()
1394 const auto &BlockColors = SafetyInfo->getBlockColors(); in cloneInstructionInExitBlock()
1508 if (!SafetyInfo->getBlockColors().empty() && BB->getFirstNonPHI()->isEHPad()) in canSplitPredecessors()
1562 const auto &BlockColors = SafetyInfo->getBlockColors(); in splitPredecessorsOfLoopExit()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMustExecute.cpp32 LoopSafetyInfo::getBlockColors() const { in getBlockColors() function in LoopSafetyInfo