Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1867 SmallVector<Instruction *> InstToDuplicate; in hasPartialIVCondition() local
1868 InstToDuplicate.push_back(CondI); in hasPartialIVCondition()
1889 InstToDuplicate.push_back(I); in hasPartialIVCondition()
1904 if (InstToDuplicate.empty()) in hasPartialIVCondition()
1910 [&L, &AA, &AccessedLocs, &ExitingBlocks, &InstToDuplicate, in hasPartialIVCondition()
2004 Info.InstToDuplicate = InstToDuplicate; in hasPartialIVCondition()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h533 SmallVector<Instruction *> InstToDuplicate; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2180 bool PartiallyInvariant = !PartialIVInfo.InstToDuplicate.empty(); in unswitchNontrivialInvariants()
2953 << *Info->InstToDuplicate[0] << "\n"); in collectUnswitchCandidates()
2957 llvm::append_range(ValsToDuplicate, Info->InstToDuplicate); in collectUnswitchCandidates()
3516 PartialIVInfo.InstToDuplicate.clear(); in unswitchBestCondition()