Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp436 OperatorChain &ParentChain, in findLIVLoopCondition() argument
467 switch (ParentChain) { in findLIVLoopCondition()
491 ParentChain = NewChain; in findLIVLoopCondition()
496 ParentChain, Cache, MSSAU)) { in findLIVLoopCondition()
502 ParentChain = NewChain; in findLIVLoopCondition()
504 ParentChain, Cache, MSSAU)) { in findLIVLoopCondition()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5628 SmallVector<std::pair<FieldDecl *, unsigned>, 4> ParentChain( in processImplicitMapsWithDefaultMappers() local
5634 while (ParentChain.back().second == 0) in processImplicitMapsWithDefaultMappers()
5635 ParentChain.pop_back(); in processImplicitMapsWithDefaultMappers()
5636 --ParentChain.back().second; in processImplicitMapsWithDefaultMappers()
5664 for (const auto &P : ParentChain) { in processImplicitMapsWithDefaultMappers()
5696 ParentChain.emplace_back(CurFD, 1); in processImplicitMapsWithDefaultMappers()
5698 ++ParentChain.back().second; in processImplicitMapsWithDefaultMappers()