Home
last modified time | relevance | path

Searched defs:SinkingInstructionCandidate (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp190 struct SinkingInstructionCandidate { struct
191 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 >()