Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp893 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf() local
894 LLVM_DEBUG(dbgs() << "Resource length " << ResLength in shouldConvertIf()
896 if (ResLength > MinCrit + CritLimit) { in shouldConvertIf()
902 << Cycles{"ResLength", ResLength} in shouldConvertIf()