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