Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp195 struct SinkingInstructionCandidate { struct
196 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 >()