Home
last modified time | relevance | path

Searched refs:RSDMap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp525 SmallDenseMap<const Function *, mcdxbc::RootSignatureDesc> RSDMap; in analyzeModule() local
529 return RSDMap; in analyzeModule()
588 return RSDMap; in analyzeModule()
591 RSDMap.insert(std::make_pair(F, RSD)); in analyzeModule()
594 return RSDMap; in analyzeModule()
609 RootSignatureBindingInfo &RSDMap = AM.getResult<RootSignatureAnalysis>(M); in run() local
614 auto It = RSDMap.find(&F); in run()
615 if (It == RSDMap.end()) in run()