Home
last modified time | relevance | path

Searched refs:ResLength (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp82 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock() local
93 if (ResLenWithSTP > ResLength) { in shouldAddSTPToBlock()
95 << " resources " << ResLength << " -> " << ResLenWithSTP in shouldAddSTPToBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp927 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf() local
928 LLVM_DEBUG(dbgs() << "Resource length " << ResLength in shouldConvertIf()
930 if (ResLength > MinCrit + CritLimit) { in shouldConvertIf()
936 << Cycles{"ResLength", ResLength} in shouldConvertIf()