Lines Matching refs:SmallPtrSet
32 SmallPtrSet<CallGraphNode *, 8> AddressTakenFunctions;
48 SmallPtrSet<Function *, 8> collectReachableCallees(Function *K) { in collectReachableCallees()
49 SmallPtrSet<Function *, 8> ReachableCallees; in collectReachableCallees()
64 SmallPtrSet<CallGraphNode *, 8> VisitedCGNodes; in collectReachableCallees()
100 DenseMap<Function *, SmallPtrSet<Function *, 8>> &KernelToCallees) { in collectReachableCallees()
113 DenseMap<Function *, SmallPtrSet<Function *, 8>> &KernelToCallees) { in collectReachableCallees()
118 SmallPtrSet<Function *, 8> collectNonKernelAccessorsOfLDS(GlobalVariable *GV) { in collectNonKernelAccessorsOfLDS()
119 SmallPtrSet<Function *, 8> LDSAccessors; in collectNonKernelAccessorsOfLDS()
121 SmallPtrSet<User *, 8> VisitedUsers; in collectNonKernelAccessorsOfLDS()
132 return SmallPtrSet<Function *, 8>(); in collectNonKernelAccessorsOfLDS()
150 DenseMap<Function *, SmallPtrSet<Instruction *, 8>>
152 DenseMap<Function *, SmallPtrSet<Instruction *, 8>> FunctionToInsts; in getFunctionToInstsMap()
154 SmallPtrSet<User *, 8> VisitedUsers; in getFunctionToInstsMap()
184 FunctionToInsts.insert(std::make_pair(F, SmallPtrSet<Instruction *, 8>())); in getFunctionToInstsMap()
230 SmallPtrSet<const User *, 8> Visited; in hasUserInstruction()
254 SmallPtrSet<const User *, 8> Visited; in shouldLowerLDSToStruct()
256 SmallPtrSet<const GlobalValue *, 8> GlobalUsers; in shouldLowerLDSToStruct()
339 SmallPtrSet<GlobalValue *, 32> getUsedList(Module &M) { in getUsedList()
340 SmallPtrSet<GlobalValue *, 32> UsedList; in getUsedList()