Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h275 unsigned getCycleDepth(const BlockT *Block) const;
H A DGenericCycleImpl.h456 unsigned GenericCycleInfo<ContextT>::getCycleDepth(const BlockT *Block) const { in getCycleDepth() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1111 if (CI->getCycleDepth(MBB) > CI->getCycleDepth(SuccToSinkTo)) in isProfitableToSinkTo()
1226 : CI->getCycleDepth(L) < CI->getCycleDepth(R); in GetAllSortedSuccessors()