Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1722 SmallVector<Instruction *> InstToDuplicate; in hasPartialIVCondition() local
1723 InstToDuplicate.push_back(CondI); in hasPartialIVCondition()
1744 InstToDuplicate.push_back(I); in hasPartialIVCondition()
1759 if (InstToDuplicate.empty()) in hasPartialIVCondition()
1765 [&L, &AA, &AccessedLocs, &ExitingBlocks, &InstToDuplicate, in hasPartialIVCondition()
1859 Info.InstToDuplicate = InstToDuplicate; in hasPartialIVCondition()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h521 SmallVector<Instruction *> InstToDuplicate; member
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2064 bool PartiallyInvariant = !PartialIVInfo.InstToDuplicate.empty(); in unswitchNontrivialInvariants()
2803 << *Info->InstToDuplicate[0] << "\n"); in unswitchBestCondition()
2807 llvm::append_range(ValsToDuplicate, Info->InstToDuplicate); in unswitchBestCondition()
3004 PartialIVInfo.InstToDuplicate.clear(); in unswitchBestCondition()