Lines Matching refs:Working
296 std::vector<WorkingData>().swap(Working); in clear()
323 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
344 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
426 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
449 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
459 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
532 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
533 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
544 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
545 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
556 for (size_t Index = 0; Index < Working.size(); ++Index) { in finalizeMetrics()
670 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) in addNodesInFunction()
671 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
797 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
798 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
800 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
830 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
867 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()
878 Working[W.TargetNode.Index].getMass() = Taken; in distributeIrrLoopHeaderMass()