Home
last modified time | relevance | path

Searched refs:ResLength (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp82 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock() local
93 if (ResLenWithSTP > ResLength) { in shouldAddSTPToBlock()
95 << " resources " << ResLength << " -> " << ResLenWithSTP in shouldAddSTPToBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp709 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf() local
710 LLVM_DEBUG(dbgs() << "Resource length " << ResLength in shouldConvertIf()
712 if (ResLength > MinCrit + CritLimit) { in shouldConvertIf()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp708 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf() local
709 DEBUG(dbgs() << "Resource length " << ResLength in shouldConvertIf()
711 if (ResLength > MinCrit + CritLimit) { in shouldConvertIf()