Searched refs:CheckingGroups (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 194 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 D | LoopAccessAnalysis.cpp | 238 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 D | LoopAccessAnalysis.cpp | 337 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 D | LoopVersioning.cpp | 188 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 184 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 193 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 456 SmallVector<CheckingPtrGroup, 2> CheckingGroups; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 500 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 500 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 486 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 500 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 500 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 452 SmallVector<CheckingPtrGroup, 2> CheckingGroups; variable
|