Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp192 for (MachineFunction::iterator MBBi = MF.begin(), MBBe = MF.end(); in runOnMachineFunction() local
193 MBBi != MBBe; ++MBBi) { in runOnMachineFunction()
H A DHexagonNewValueJump.cpp464 for (MachineFunction::iterator MBBb = MF.begin(), MBBe = MF.end(); in runOnMachineFunction() local
465 MBBb != MBBe; ++MBBb) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp351 for (MachineFunction::iterator MBB = Fn.begin(), MBBe = Fn.end(); in runOnMachineFunction() local
352 MBB != MBBe; ++MBB) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1486 auto MBBe = MBB.instr_end(); in reportIPToStateForBlocks() local
1487 MachineInstr *MIe = &*(--MBBe); in reportIPToStateForBlocks()
1490 MIe = &*(--MBBe); in reportIPToStateForBlocks()
1491 ++MBBe; in reportIPToStateForBlocks()
1492 BuildMI(MBB, MBBe, SDB->getCurDebugLoc(), in reportIPToStateForBlocks()