Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp597 SmallVector<Instruction *, 16> SpecList; in speculatePHIs() local
612 SpecList.push_back(I); in speculatePHIs()
615 int NumSpecInsts = SpecList.size() * SpecPreds.size(); in speculatePHIs()
616 int NumRedundantInsts = NumSpecInsts - SpecList.size(); in speculatePHIs()
632 for (auto *OrigI : SpecList) in speculatePHIs()
663 for (auto *OrigI : SpecList) { in speculatePHIs()
707 for (auto *OrigI : llvm::reverse(SpecList)) { in speculatePHIs()