Lines Matching refs:Working
248 std::vector<WorkingData>().swap(Working); in clear()
273 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
294 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
369 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
379 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
402 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
466 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
467 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
478 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
479 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
490 for (size_t Index = 0; Index < Working.size(); ++Index) { in finalizeMetrics()
552 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) in addNodesInFunction()
553 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
675 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
676 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
678 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
707 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()