Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp77 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock() local
88 if (ResLenWithSTP > ResLength) { in shouldAddSTPToBlock()
90 << " resources " << ResLength << " -> " << ResLenWithSTP in shouldAddSTPToBlock()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp699 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf() local
700 DEBUG(dbgs() << "Resource length " << ResLength in shouldConvertIf()
702 if (ResLength > MinCrit + CritLimit) { in shouldConvertIf()