Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp194 struct SinkingInstructionCandidate { struct
195 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 >()