Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7494 static bool checkCCKill(MachineInstr &MI, MachineBasicBlock *MBB) { in checkCCKill() function
7640 (LastMI->killsRegister(SystemZ::CC) || checkCCKill(*LastMI, MBB)); in emitSelect()
7740 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()