Searched refs:IsLoadChain (Results 1 – 1 of 1) sorted by relevance
318 template <bool IsLoadChain>689 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in splitChainByAlignment() local828 if ((IsLoadChain && in splitChainByAlignment()830 (!IsLoadChain && in splitChainByAlignment()861 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in vectorizeChain() local891 if (IsLoadChain) { in vectorizeChain()991 template <bool IsLoadChain>1008 if constexpr (IsLoadChain) in isSafeToMove()1014 if constexpr (IsLoadChain) in isSafeToMove()1031 if (IsLoadChain && isa<LoadInst>(I)) in isSafeToMove()[all …]