Searched defs:SROA (Results 1 – 2 of 2) sorted by relevance
62 struct SROA : public FunctionPass { struct63 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) in SROA() argument90 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 …]
921 class SROA : public FunctionPass { class971 SROA(bool RequiresDomTree = true) in SROA() function in __anon20cc1aae0511::SROA