Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1001 unsigned RemainingMicroOps; member
1007 RemainingMicroOps = 0; in reset()
1019 RemainingMicroOps * SchedModel->getMicroOpFactor(), in getMaxRemainingCount()
1209 RemainingMicroOps += SchedModel->getNumMicroOps(I->getInstr(), SC); in init()
1448 Rem->RemainingMicroOps -= SchedModel->getNumMicroOps(SU->getInstr(), SC); in bumpNode()