Home
last modified time | relevance | path

Searched refs:SelectedBlocks (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp138 DenseSet<MachineBasicBlock *> SelectedBlocks; in runOnMachineFunction() local
142 SelectedBlocks.insert(MBB); in runOnMachineFunction()
221 if (!SelectedBlocks.contains(&MBB)) { in runOnMachineFunction()