Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3289 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { struct in __anon241d746d0a11::AggLoadStoreRewriter
3292 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in LoadOpSplitter() function
3294 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, in LoadOpSplitter()
3321 LoadOpSplitter Splitter(&LI, *U, LI.getType(), AATags, in visitLoadInst()