Lines Matching refs:Working
276 std::vector<WorkingData>().swap(Working); in clear()
303 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
324 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
406 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
429 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
439 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
512 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
513 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
524 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
525 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
536 for (size_t Index = 0; Index < Working.size(); ++Index) { in finalizeMetrics()
638 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) in addNodesInFunction()
639 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
765 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
766 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
768 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
798 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
835 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()
846 Working[W.TargetNode.Index].getMass() = Taken; in distributeIrrLoopHeaderMass()