Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMustExecute.h70 const DenseMap<BasicBlock *, ColorVector> &getBlockColors() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1365 const auto &BlockColors = SafetyInfo->getBlockColors(); in isNotUsedOrFreeInLoop()
1408 const auto &BlockColors = SafetyInfo->getBlockColors(); in cloneInstructionInExitBlock()
1522 if (!SafetyInfo->getBlockColors().empty() && BB->getFirstNonPHI()->isEHPad()) in canSplitPredecessors()
1576 const auto &BlockColors = SafetyInfo->getBlockColors(); in splitPredecessorsOfLoopExit()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMustExecute.cpp32 LoopSafetyInfo::getBlockColors() const { in getBlockColors() function in LoopSafetyInfo