Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1501 assert(!ParameterIds.count(Parameter)); in createParameterId()
1532 ParameterIds[Parameter] = Id; in createParameterId()
1549 return ParameterIds.lookup(Parameter); in getIdForParam()
1929 getIslCtx(), ParameterIds.size() + FortranIDs.size()); in getFullParamSpace()
/external/llvm-project/polly/include/polly/
DScopInfo.h1744 DenseMap<const SCEV *, isl::id> ParameterIds; variable