Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1650 SmallVector<Instruction *> InstToDuplicate; in hasPartialIVCondition() local
1651 InstToDuplicate.push_back(CondI); in hasPartialIVCondition()
1672 InstToDuplicate.push_back(I); in hasPartialIVCondition()
1687 if (InstToDuplicate.empty()) in hasPartialIVCondition()
1693 [&L, &AA, &AccessedLocs, &ExitingBlocks, &InstToDuplicate, in hasPartialIVCondition()
1787 Info.InstToDuplicate = InstToDuplicate; in hasPartialIVCondition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp852 assert(!Info->InstToDuplicate.empty() && in processCurrentLoop()
855 << *Info->InstToDuplicate[0] << "\n"); in processCurrentLoop()
858 Value *LoopCond = Info->InstToDuplicate[0]; in processCurrentLoop()
887 Info->InstToDuplicate); in processCurrentLoop()
896 Info->InstToDuplicate)) { in processCurrentLoop()
H A DSimpleLoopUnswitch.cpp2038 bool PartiallyInvariant = !PartialIVInfo.InstToDuplicate.empty(); in unswitchNontrivialInvariants()
2756 << *Info->InstToDuplicate[0] << "\n"); in unswitchBestCondition()
2760 for (auto *Inst : Info->InstToDuplicate) in unswitchBestCondition()
2956 PartialIVInfo.InstToDuplicate.clear(); in unswitchBestCondition()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h480 SmallVector<Instruction *> InstToDuplicate; member