SystemZTDC.cpp | 91 // have been already converted. 94 // Marks an instruction as converted - adds it to ConvertedInsts and adds 96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { function in class:__anon27868::SystemZTDCPass 137 // All comparisons with 0 can be converted. 229 converted(&I, Op0, Mask, Worthy); 258 converted(&I, V, Mask, true); 283 converted(&I, V, Mask, false); 309 converted(&I, Op0, Mask, true); 367 // If unused, or used and converted, remove it.
|