Lines Matching refs:DenseMap
119 DenseMap<Function *, SmallPtrSet<Instruction *, 8>>
132 DenseMap<GlobalVariable *, GlobalVariable *> LDSToPointer;
133 DenseMap<GlobalVariable *, SmallPtrSet<Function *, 8>> LDSToNonKernels;
134 DenseMap<Function *, SmallPtrSet<Function *, 8>> KernelToCallees;
135 DenseMap<Function *, SmallPtrSet<GlobalVariable *, 8>> KernelToLDSPointers;
136 DenseMap<Function *, BasicBlock *> KernelToInitBB;
137 DenseMap<Function *, DenseMap<GlobalVariable *, Value *>>
300 std::make_pair(F, DenseMap<GlobalVariable *, Value *>())); in getReplacementInst()
473 DenseMap<Function *, SmallPtrSet<Function *, 8>> &KernelToCallees) { in collectReachableCallees()
488 DenseMap<Function *, SmallPtrSet<Function *, 8>> &KernelToCallees) { in collectReachableCallees()
528 DenseMap<Function *, SmallPtrSet<Instruction *, 8>>
530 DenseMap<Function *, SmallPtrSet<Instruction *, 8>> FunctionToInsts; in getFunctionToInstsMap()