Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp477 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()
478 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()
479 const RuntimeCheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()
480 const RuntimeCheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()
575 CheckingGroups.clear(); in groupChecks()
604 CheckingGroups.emplace_back(I, *this); in groupChecks()
676 llvm::append_range(CheckingGroups, Groups); in groupChecks()
705 getPtrToIdxMap(ArrayRef<RuntimeCheckingPtrGroup> CheckingGroups) { in getPtrToIdxMap() argument
707 for (const auto &[Idx, CG] : enumerate(CheckingGroups)) in getPtrToIdxMap()
716 auto PtrIndices = getPtrToIdxMap(CheckingGroups); in printChecks()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h529 CheckingGroups.clear(); in reset()
591 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp193 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()