Searched defs:SROA (Results 1 – 2 of 2) sorted by relevance
63 struct SROA : public FunctionPass { struct64 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) in SROA() argument91 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()
1196 class SROA : public FunctionPass { class1246 SROA(bool RequiresDomTree = true) in SROA() function in __anonadce12ea0911::SROA