Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp81 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock() local
92 if (ResLenWithSTP > ResLength) { in shouldAddSTPToBlock()
94 << " resources " << ResLength << " -> " << ResLenWithSTP in shouldAddSTPToBlock()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp891 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf() local
892 LLVM_DEBUG(dbgs() << "Resource length " << ResLength in shouldConvertIf()
894 if (ResLength > MinCrit + CritLimit) { in shouldConvertIf()
900 << Cycles{"ResLength", ResLength} in shouldConvertIf()