Searched refs:BlockWorkList (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp336 SmallVector<MachineBasicBlock *, 16> BlockWorkList; member in class:__anon3501::MachineBlockPlacement
640 BlockWorkList.push_back(NewBB);
1767 BlockWorkList.push_back(BB);
1800 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList);
2542 assert(BlockWorkList.empty() &&
2543 "BlockWorkList not empty when starting to build loop chains.");
2625 BlockWorkList.clear();
2668 assert(BlockWorkList.empty() &&
2669 "BlockWorkList should be empty before building final chain.");
2790 BlockWorkList
[all...]

Completed in 102 milliseconds