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