Searched refs:jmpPos (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 486 MachineBasicBlock::iterator jmpPos; in runOnMachineFunction() local 516 jmpPos = MII; in runOnMachineFunction() 571 afterRA, jmpPos, MF)) in runOnMachineFunction() 611 if (!canBeFeederToNewValueJump(QII, QRI, MII, jmpPos, cmpPos, MF)) { in runOnMachineFunction() 621 if (!canBeFeederToNewValueJump(QII, QRI, MII, jmpPos, cmpPos, MF)) in runOnMachineFunction() 646 auto TransferKills = [jmpPos,cmpPos] (MachineInstr &MI) { in runOnMachineFunction() 651 for (auto I = std::next(MI.getIterator()); I != jmpPos; ++I) { in runOnMachineFunction() 674 MBB->splice(jmpPos, MI.getParent(), MI); in runOnMachineFunction() 675 MBB->splice(jmpPos, MI.getParent(), cmpInstr); in runOnMachineFunction() 688 NewMI = BuildMI(*MBB, jmpPos, dl, QII->get(opc)) in runOnMachineFunction() [all …]
|