Home
last modified time | relevance | path

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

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