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