Home
last modified time | relevance | path

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

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