Searched refs:jmpPos (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonNewValueJump.cpp | 478 MachineBasicBlock::iterator jmpPos; in runOnMachineFunction() local 508 jmpPos = MII; in runOnMachineFunction() 563 afterRA, jmpPos, MF)) in runOnMachineFunction() 603 if (!canBeFeederToNewValueJump(QII, QRI, MII, jmpPos, cmpPos, MF)) { in runOnMachineFunction() 613 if (!canBeFeederToNewValueJump(QII, QRI, MII, jmpPos, cmpPos, MF)) in runOnMachineFunction() 638 auto TransferKills = [jmpPos,cmpPos] (MachineInstr &MI) { in runOnMachineFunction() 643 for (auto I = std::next(MI.getIterator()); I != jmpPos; ++I) { in runOnMachineFunction() 666 MBB->splice(jmpPos, MI.getParent(), MI); in runOnMachineFunction() 667 MBB->splice(jmpPos, MI.getParent(), cmpInstr); in runOnMachineFunction() 680 NewMI = BuildMI(*MBB, jmpPos, dl, QII->get(opc)) in runOnMachineFunction() [all …]
|