Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A 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()