Home
last modified time | relevance | path

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

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