Lines Matching refs:Working
253 std::vector<WorkingData>().swap(Working); in clear()
278 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
299 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
380 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
403 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
413 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
486 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
487 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
498 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
499 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
510 for (size_t Index = 0; Index < Working.size(); ++Index) { in finalizeMetrics()
597 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) in addNodesInFunction()
598 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
723 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
724 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
726 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
756 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
792 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()