Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5594 Type *PartitionType = nullptr; in propagateStoredValuesToLoads() local
5606 BasicLoadAndStorePromoter Promoter(Insts, SSA, PartitionType); in propagateStoredValuesToLoads()
5610 PartitionType = nullptr; in propagateStoredValuesToLoads()
5643 if (!LI->isSimple() || (PartitionType && UserTy != PartitionType)) in propagateStoredValuesToLoads()
5645 PartitionType = UserTy; in propagateStoredValuesToLoads()
5649 if (!SI->isSimple() || (PartitionType && UserTy != PartitionType)) in propagateStoredValuesToLoads()
5651 PartitionType = UserTy; in propagateStoredValuesToLoads()