Lines Matching refs:Working
297 std::vector<WorkingData>().swap(Working); in clear()
324 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
345 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
427 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
450 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
460 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
533 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
534 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
545 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
546 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
557 for (size_t Index = 0; Index < Working.size(); ++Index) { in finalizeMetrics()
671 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) in addNodesInFunction()
672 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
798 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
799 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
801 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
831 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
868 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()
879 Working[W.TargetNode.Index].getMass() = Taken; in distributeIrrLoopHeaderMass()