Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h70 const DenseMap<BasicBlock *, ColorVector> &getBlockColors() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1447 const auto &BlockColors = SafetyInfo->getBlockColors(); in isNotUsedOrFreeInLoop()
1481 const auto &BlockColors = SafetyInfo->getBlockColors(); in cloneInstructionInExitBlock()
1600 if (!SafetyInfo->getBlockColors().empty() && BB->getFirstNonPHI()->isEHPad()) in canSplitPredecessors()
1656 const auto &BlockColors = SafetyInfo->getBlockColors(); in splitPredecessorsOfLoopExit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp35 LoopSafetyInfo::getBlockColors() const { in getBlockColors() function in LoopSafetyInfo