Searched defs:SinkingInstructionCandidate (Results 1 – 1 of 1) sorted by relevance
195 struct SinkingInstructionCandidate { struct196 unsigned NumBlocks;197 unsigned NumInstructions;198 unsigned NumPHIs;199 unsigned NumMemoryInsts;200 int Cost = -1;201 SmallVector<BasicBlock *, 4> Blocks;203 void calculateCost(unsigned NumOrigPHIs, unsigned NumOrigBlocks) { in calculateCost()212 bool operator>(const SinkingInstructionCandidate &Other) const { in operator >()