Home
last modified time | relevance | path

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

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