Searched refs:ParamPos (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h63 unsigned ParamPos; // Parameter Position in Scalar Function. member in struct:llvm::VFParameter
70 return std::tie(ParamPos, ParamKind, LinearStepOrPos, Alignment) ==
71 std::tie(Other.ParamPos, Other.ParamKind, Other.LinearStepOrPos,
92 /// Update the parameter in position P.ParamPos to P.
94 assert(P.ParamPos < Parameters.size() && "Invalid parameter position.");
95 Parameters[P.ParamPos] = P;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1189 assert(Parameters[Pos].ParamPos == Pos && "Broken parameter list.");
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10674 unsigned ParamPos = ParamPositions.size(); local
10676 ParamPositions.try_emplace(P->getCanonicalDecl(), ParamPos);
10677 ++ParamPos;

Completed in 98 milliseconds