Lines Matching refs:SmallPtrSet

119 DenseMap<Function *, SmallPtrSet<Instruction *, 8>>
122 SmallPtrSet<Function *, 8> collectNonKernelAccessorsOfLDS(GlobalVariable *GV);
133 DenseMap<GlobalVariable *, SmallPtrSet<Function *, 8>> LDSToNonKernels;
134 DenseMap<Function *, SmallPtrSet<Function *, 8>> KernelToCallees;
135 DenseMap<Function *, SmallPtrSet<GlobalVariable *, 8>> KernelToLDSPointers;
230 std::make_pair(K, SmallPtrSet<GlobalVariable *, 8>())); in initializeLDSPointer()
269 SmallPtrSet<Instruction *, 8> UserInsts; in replaceLDSUseByPointer()
350 SmallPtrSet<Function *, 8> &LDSAccessors = LDSToNonKernels[GV]; in replaceLDSUse()
359 SmallPtrSet<Function *, 8> Callees = KernelToCallee.second; in replaceLDSUse()
400 SmallPtrSet<CallGraphNode *, 8> AddressTakenFunctions;
416 SmallPtrSet<Function *, 8> collectReachableCallees(Function *K) { in collectReachableCallees()
417 SmallPtrSet<Function *, 8> ReachableCallees; in collectReachableCallees()
432 SmallPtrSet<CallGraphNode *, 8> VisitedCGNodes; in collectReachableCallees()
473 DenseMap<Function *, SmallPtrSet<Function *, 8>> &KernelToCallees) { in collectReachableCallees()
488 DenseMap<Function *, SmallPtrSet<Function *, 8>> &KernelToCallees) { in collectReachableCallees()
496 SmallPtrSet<Function *, 8> collectNonKernelAccessorsOfLDS(GlobalVariable *GV) { in collectNonKernelAccessorsOfLDS()
497 SmallPtrSet<Function *, 8> LDSAccessors; in collectNonKernelAccessorsOfLDS()
499 SmallPtrSet<User *, 8> VisitedUsers; in collectNonKernelAccessorsOfLDS()
510 return SmallPtrSet<Function *, 8>(); in collectNonKernelAccessorsOfLDS()
528 DenseMap<Function *, SmallPtrSet<Instruction *, 8>>
530 DenseMap<Function *, SmallPtrSet<Instruction *, 8>> FunctionToInsts; in getFunctionToInstsMap()
532 SmallPtrSet<User *, 8> VisitedUsers; in getFunctionToInstsMap()
562 FunctionToInsts.insert(std::make_pair(F, SmallPtrSet<Instruction *, 8>())); in getFunctionToInstsMap()