Home
last modified time | relevance | path

Searched defs:SROA (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp62 struct SROA : public FunctionPass { struct
63 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) in SROA() argument
90 bool HasDomTree;
91 const DataLayout *DL;
95 SmallVector<Value*, 32> DeadInsts;
100 struct AllocaInfo {
133 unsigned SRThreshold;
137 unsigned StructMemberThreshold;
141 unsigned ArrayElementThreshold;
145 unsigned ScalarLoadThreshold;
[all …]
DSROA.cpp921 class SROA : public FunctionPass { class
971 SROA(bool RequiresDomTree = true) in SROA() function in __anon20cc1aae0511::SROA