Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp198 for (MachineFunction::iterator MBBi = MF.begin(), MBBe = MF.end(); in runOnMachineFunction()
199 MBBi != MBBe; ++MBBi) { in runOnMachineFunction() local
H A DHexagonGenMemAbsolute.cpp89 for (MachineFunction::iterator MBBb = Fn.begin(), MBBe = Fn.end(); runOnMachineFunction() local
H A DHexagonNewValueJump.cpp472 for (MachineFunction::iterator MBBb = MF.begin(), MBBe = MF.end(); in runOnMachineFunction() local
473 MBBb != MBBe; ++MBBb) { in runOnMachineFunction()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp354 for (MachineFunction::iterator MBB = Fn.begin(), MBBe = Fn.end(); in runOnMachineFunction()
355 MBB != MBBe; ++MBB) { in runOnMachineFunction() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1497 auto MBBe = MBB.instr_end(); in processIfEntryValueDbgDeclare()
1498 MachineInstr *MIe = &*(--MBBe); in processIfEntryValueDbgDeclare()
1501 MIe = &*(--MBBe); in processIfEntryValueDbgDeclare()
1502 ++MBBe; in processIfEntryValueDbgDeclare()
1503 BuildMI(MBB, MBBe, SDB->getCurDebugLoc(), in processIfEntryValueDbgDeclare()
1467 auto MBBe = MBB.instr_end(); reportIPToStateForBlocks() local