Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp328 for (auto &ParamLocs : ParamLocsVec) { in checkConstLocationCompatible() local
331 for (auto &Loc : ParamLocs) { in checkConstLocationCompatible()
352 std::map<std::vector<stable_hash>, ParamLocs> HashSeqToLocs; in computeParamInfo()
382 llvm::sort(ParamLocsVec, [&](const ParamLocs &L, const ParamLocs &R) { in computeParamInfo()
469 for (auto &ParamLocs : *ParamLocsVec) { in merge()
470 assert(!ParamLocs.empty()); in merge()
471 auto &[InstIndex, OpndIndex] = ParamLocs[0]; in merge()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGlobalMergeFunctions.h43 using ParamLocs = SmallVector<IndexPair, 4>; variable
45 using ParamLocsVecTy = SmallVector<ParamLocs, 8>;
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMap.cpp133 using ParamLocs = SmallVector<IndexPair>; typedef
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4242 auto ParamLocs = in ParseLifetimeCaptureByAttr() local
4262 ParamLocs[I] = IdLoc->getLoc(); in ParseLifetimeCaptureByAttr()
4269 CapturedBy->setArgs(ParamIdents, ParamLocs); in ParseLifetimeCaptureByAttr()