Searched defs:SinkingInstructionCandidate (Results 1 – 1 of 1) sorted by relevance
190 struct SinkingInstructionCandidate { struct191 unsigned NumBlocks;192 unsigned NumInstructions;193 unsigned NumPHIs;194 unsigned NumMemoryInsts;195 int Cost = -1;196 SmallVector<BasicBlock *, 4> Blocks;198 void calculateCost(unsigned NumOrigPHIs, unsigned NumOrigBlocks) { in calculateCost()207 bool operator>(const SinkingInstructionCandidate &Other) const { in operator >()