Home
last modified time | relevance | path

Searched refs:SpecList (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp584 SmallVector<Instruction *, 16> SpecList; in speculatePHIs() local
599 SpecList.push_back(I); in speculatePHIs()
602 int NumSpecInsts = SpecList.size() * SpecPreds.size(); in speculatePHIs()
603 int NumRedundantInsts = NumSpecInsts - SpecList.size(); in speculatePHIs()
619 for (auto *OrigI : SpecList) in speculatePHIs()
650 for (auto *OrigI : SpecList) { in speculatePHIs()
694 for (auto *OrigI : llvm::reverse(SpecList)) { in speculatePHIs()