Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2956 TinyPtrVector<Value *> ValsToDuplicate; in collectUnswitchCandidates() local
2957 llvm::append_range(ValsToDuplicate, Info->InstToDuplicate); in collectUnswitchCandidates()
2959 {L.getHeader()->getTerminator(), std::move(ValsToDuplicate)}); in collectUnswitchCandidates()