Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp81 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock() local
92 if (ResLenWithSTP > ResLength) { in shouldAddSTPToBlock()
94 << " resources " << ResLength << " -> " << ResLenWithSTP in shouldAddSTPToBlock()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DEarlyIfConversion.cpp897 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf() local
898 LLVM_DEBUG(dbgs() << "Resource length " << ResLength in shouldConvertIf()
900 if (ResLength > MinCrit + CritLimit) { in shouldConvertIf()
906 << Cycles{"ResLength", ResLength} in shouldConvertIf()