Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1210 auto extraCycles = [this](ArrayRef<const MCSchedClassDesc *> Instrs, in getResourceLength() local
1234 PRCycles += extraCycles(ExtraInstrs, K); in getResourceLength()
1235 PRCycles -= extraCycles(RemoveInstrs, K); in getResourceLength()