Searched defs:AllocaDerivedValueTracker (Results 1 – 3 of 3) sorted by relevance
106 struct AllocaDerivedValueTracker { struct110 void walk(Value *Root) { in walk()167 void callUsesLocalStack(CallSite CS, bool IsNocapture) { in callUsesLocalStack()180 SmallPtrSet<Instruction *, 32> AllocaUsers;181 SmallPtrSet<Instruction *, 32> EscapePoints;
104 struct AllocaDerivedValueTracker { struct108 void walk(Value *Root) { in walk()171 void callUsesLocalStack(CallBase &CB, bool IsNocapture) { in callUsesLocalStack()184 SmallPtrSet<Instruction *, 32> AllocaUsers;185 SmallPtrSet<Instruction *, 32> EscapePoints;
104 struct AllocaDerivedValueTracker { struct108 void walk(Value *Root) { in walk()171 void callUsesLocalStack(CallSite CS, bool IsNocapture) { in callUsesLocalStack()184 SmallPtrSet<Instruction *, 32> AllocaUsers;185 SmallPtrSet<Instruction *, 32> EscapePoints;