reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
396 if (I.isDebugInstr()) 406 if (I.isPHI()) { 407 LLVM_DEBUG(dbgs() << "Can't hoist: " << I); 414 if (I.mayLoad()) { 415 LLVM_DEBUG(dbgs() << "Won't speculate load: " << I); 421 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { 422 LLVM_DEBUG(dbgs() << "Can't speculate: " << I); 427 if (&I != CmpMI && I.modifiesRegister(AArch64::NZCV, TRI)) { 427 if (&I != CmpMI && I.modifiesRegister(AArch64::NZCV, TRI)) { 428 LLVM_DEBUG(dbgs() << "Clobbers flags: " << I);