Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp2014 SmallVector<Instruction *> InstToDuplicate; in hasPartialIVCondition() local
2015 InstToDuplicate.push_back(CondI); in hasPartialIVCondition()
2036 InstToDuplicate.push_back(I); in hasPartialIVCondition()
2051 if (InstToDuplicate.empty()) in hasPartialIVCondition()
2057 [&L, &AA, &AccessedLocs, &ExitingBlocks, &InstToDuplicate, in hasPartialIVCondition()
2151 Info.InstToDuplicate = InstToDuplicate; in hasPartialIVCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h549 SmallVector<Instruction *> InstToDuplicate; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2194 bool PartiallyInvariant = !PartialIVInfo.InstToDuplicate.empty(); in unswitchNontrivialInvariants()
2975 << *Info->InstToDuplicate[0] << "\n"); in collectUnswitchCandidates()
2979 llvm::append_range(ValsToDuplicate, Info->InstToDuplicate); in collectUnswitchCandidates()
3538 PartialIVInfo.InstToDuplicate.clear(); in unswitchBestCondition()