Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1734 SmallVector<Instruction *> InstToDuplicate; in hasPartialIVCondition() local
1735 InstToDuplicate.push_back(CondI); in hasPartialIVCondition()
1756 InstToDuplicate.push_back(I); in hasPartialIVCondition()
1771 if (InstToDuplicate.empty()) in hasPartialIVCondition()
1777 [&L, &AA, &AccessedLocs, &ExitingBlocks, &InstToDuplicate, in hasPartialIVCondition()
1872 Info.InstToDuplicate = InstToDuplicate; in hasPartialIVCondition()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h497 SmallVector<Instruction *> InstToDuplicate; member