Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp63 struct SROA : public FunctionPass { struct
64 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) in SROA() argument
91 bool HasDomTree;
95 SmallVector<Value*, 32> DeadInsts;
100 struct AllocaInfo {
133 unsigned SRThreshold;
137 unsigned StructMemberThreshold;
141 unsigned ArrayElementThreshold;
145 unsigned ScalarLoadThreshold;
147 void MarkUnsafe(AllocaInfo &I, Instruction *User) { in MarkUnsafe()
DSROA.cpp1196 class SROA : public FunctionPass { class
1246 SROA(bool RequiresDomTree = true) in SROA() function in __anonadce12ea0911::SROA