Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3069 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { struct in __anonadce12ea0b11::AggLoadStoreRewriter
3070 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr) in LoadOpSplitter() function
3071 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr) {} in LoadOpSplitter()
3093 LoadOpSplitter Splitter(&LI, *U); in visitLoadInst()