Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp355 for (MachineFunction::iterator MBB = Fn.begin(), MBBe = Fn.end(); in runOnMachineFunction() local
356 MBB != MBBe; ++MBB) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp472 for (MachineFunction::iterator MBBb = MF.begin(), MBBe = MF.end(); in runOnMachineFunction() local
473 MBBb != MBBe; ++MBBb) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1357 auto MBBe = MBB->instr_end(); in reportIPToStateForBlocks() local
1358 MachineInstr *MIe = &*(--MBBe); in reportIPToStateForBlocks()
1361 MIe = &*(--MBBe); in reportIPToStateForBlocks()
1362 ++MBBe; in reportIPToStateForBlocks()
1363 BuildMI(*MBB, MBBe, SDB->getCurDebugLoc(), in reportIPToStateForBlocks()