H A D | SystemZTDC.cpp | 95 // have been already converted. 98 // Marks an instruction as converted - adds it to ConvertedInsts and adds 100 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anon24945bae0111::SystemZTDCPass 141 // All comparisons with 0 can be converted. in convertFCmp() 233 converted(&I, Op0, Mask, Worthy); in convertFCmp() 262 converted(&I, V, Mask, true); in convertICmp() 287 converted(&I, V, Mask, false); in convertICmp() 313 converted(&I, Op0, Mask, true); in convertLogicOp() 377 // If unused, or used and converted, remove it. in runOnFunction()
|