Searched refs:SpecList (Results 1 – 1 of 1) sorted by relevance
597 SmallVector<Instruction *, 16> SpecList; in speculatePHIs() local612 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()