Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp23253 MachineInstr *LastCMOV = &MI; in EmitLoweredSelect() local
23268 LastCMOV = &*NextMIIt; in EmitLoweredSelect()
23275 if (LastCMOV == &MI && NextMIIt != BB->end() && in EmitLoweredSelect()
23302 MachineInstr *LastEFLAGSUser = CascadedCMOV ? CascadedCMOV : LastCMOV; in EmitLoweredSelect()
23311 std::next(MachineBasicBlock::iterator(LastCMOV)), BB->end()); in EmitLoweredSelect()
23350 std::next(MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()