Searched refs:InstToDuplicate (Results 1 – 3 of 3) sorted by relevance
2079 SmallVector<Instruction *> InstToDuplicate; in hasPartialIVCondition() local2080 InstToDuplicate.push_back(CondI); in hasPartialIVCondition()2101 InstToDuplicate.push_back(I); in hasPartialIVCondition()2116 if (InstToDuplicate.empty()) in hasPartialIVCondition()2122 [&L, &AA, &AccessedLocs, &ExitingBlocks, &InstToDuplicate, in hasPartialIVCondition()2216 Info.InstToDuplicate = InstToDuplicate; in hasPartialIVCondition()
579 SmallVector<Instruction *> InstToDuplicate; member
2199 bool PartiallyInvariant = !PartialIVInfo.InstToDuplicate.empty(); in unswitchNontrivialInvariants()2980 << *Info->InstToDuplicate[0] << "\n"); in collectUnswitchCandidates()2984 llvm::append_range(ValsToDuplicate, Info->InstToDuplicate); in collectUnswitchCandidates()3545 PartialIVInfo.InstToDuplicate.clear(); in unswitchBestCondition()