Home
last modified time | relevance | path

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

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