Lines Matching refs:AllBlocks
470 AllBlocks.reserve(NumNodes); in initialize()
477 AllBlocks.emplace_back(Node, Size, ExecutionCount); in initialize()
495 auto &Block = AllBlocks[Pred]; in initialize()
496 auto &SuccBlock = AllBlocks[Succ]; in initialize()
506 for (auto &Block : AllBlocks) { in initialize()
516 for (auto &Block : AllBlocks) { in initialize()
540 for (auto &Block : AllBlocks) { in mergeForcedPairs()
545 Block.ForcedSucc = &AllBlocks[SuccIndex]; in mergeForcedPairs()
546 AllBlocks[SuccIndex].ForcedPred = &Block; in mergeForcedPairs()
556 for (auto &Block : AllBlocks) { in mergeForcedPairs()
567 AllBlocks[Block.ForcedPred->Index].ForcedSucc = nullptr; in mergeForcedPairs()
572 for (auto &Block : AllBlocks) { in mergeForcedPairs()
646 auto SrcChain = AllBlocks[SrcBB].CurChain; in mergeColdChains()
647 auto DstChain = AllBlocks[DstBB].CurChain; in mergeColdChains()
894 std::vector<Block> AllBlocks; member in __anon97d149770111::ExtTSPImpl