Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp194 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()
195 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()
196 const RuntimePointerChecking::CheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()
197 const RuntimePointerChecking::CheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()
282 CheckingGroups.clear(); in groupChecks()
311 CheckingGroups.push_back(CheckingPtrGroup(I, *this)); in groupChecks()
379 std::copy(Groups.begin(), Groups.end(), std::back_inserter(CheckingGroups)); in groupChecks()
434 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in print()
435 const auto &CG = CheckingGroups[I]; in print()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp238 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()
239 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()
240 const RuntimePointerChecking::CheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()
241 const RuntimePointerChecking::CheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()
326 CheckingGroups.clear(); in groupChecks()
355 CheckingGroups.push_back(CheckingPtrGroup(I, *this)); in groupChecks()
423 llvm::copy(Groups, std::back_inserter(CheckingGroups)); in groupChecks()
478 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in print()
479 const auto &CG = CheckingGroups[I]; in print()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp337 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()
338 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()
339 const RuntimeCheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()
340 const RuntimeCheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()
439 CheckingGroups.clear(); in groupChecks()
468 CheckingGroups.push_back(RuntimeCheckingPtrGroup(I, *this)); in groupChecks()
542 llvm::copy(Groups, std::back_inserter(CheckingGroups)); in groupChecks()
597 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in print()
598 const auto &CG = CheckingGroups[I]; in print()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp188 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp184 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp193 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h456 SmallVector<CheckingPtrGroup, 2> CheckingGroups; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLoopAccessAnalysis.h500 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLoopAccessAnalysis.h500 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h486 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLoopAccessAnalysis.h500 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLoopAccessAnalysis.h500 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h452 SmallVector<CheckingPtrGroup, 2> CheckingGroups; variable