| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 242 GAR->Handles.erase(I); in deleted() 282 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 296 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 301 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 310 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 447 Handles.front().I = Handles.begin(); in AnalyzeIndirectGlobalMemory() 452 Handles.front().I = Handles.begin(); in AnalyzeIndirectGlobalMemory() 495 Handles.front().I = Handles.begin(); in AnalyzeCallGraph() 965 Handles(std::move(Arg.Handles)) { in GlobalsAAResult() 967 for (auto &H : Handles) { in GlobalsAAResult() [all …]
|
| H A D | BranchProbabilityInfo.cpp | 1070 Handles.clear(); in releaseMemory() 1149 Handles.insert(BasicBlockCallbackVH(Src, this)); in setEdgeProbability() 1179 Handles.insert(BasicBlockCallbackVH(Dst, this)); in copyEdgeProbabilities() 1210 Handles.erase(BasicBlockCallbackVH(BB, this)); in eraseBlock()
|
| H A D | CFLSteensAliasAnalysis.cpp | 239 Handles.emplace_front(Fn, this); in scan()
|
| H A D | CFLAndersAliasAnalysis.cpp | 822 Handles.emplace_front(const_cast<Function *>(&Fn), this); in scan()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 28 HandleList Handles; member in DynamicLibrary::HandleSet 39 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() 42 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 51 if (Find(Handle) != Handles.end()) { in AddLibrary() 56 Handles.push_back(Handle); in AddLibrary() 73 for (void *Handle : Handles) { in LibLookup() 78 for (void *Handle : llvm::reverse(Handles)) { in LibLookup()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | DynamicLibrary.inc | 26 for (void *Handle : llvm::reverse(Handles)) 101 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx 122 std::vector<HMODULE> Handles; 126 Handles.resize(Bytes / sizeof(HMODULE)); 127 if (!GetProcessModules(Self, Bytes, Handles.data())) 129 } while (Bytes != (Handles.size() * sizeof(HMODULE))); 132 if (FARPROC Ptr = GetProcAddress(HMODULE(Handles.front()), Symbol)) 135 if (Handles.size() > 1) { 142 for (auto I = Handles.rbegin(), E = Handles.rend()-1; I != E; ++I) {
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Value.cpp | 1084 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList() local 1085 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray(); in AddToUseList() 1087 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList() 1094 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) || in AddToUseList() 1095 Handles.size() == 1) { in AddToUseList() 1100 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(), in AddToUseList() 1101 E = Handles.end(); I != E; ++I) { in AddToUseList() 1127 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList() local 1128 if (Handles.isPointerIntoBucketsArray(PrevPtr)) { in RemoveFromUseList() 1129 Handles.erase(getValPtr()); in RemoveFromUseList()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 335 SmallVector<SymbolRef, 1024> Handles = in checkPreCall() local 343 for (SymbolRef Handle : Handles) { in checkPreCall() 416 SmallVector<SymbolRef, 1024> Handles = in checkPostCall() local 419 for (SymbolRef Handle : Handles) { in checkPostCall() 583 SmallVector<SymbolRef, 1024> Handles = in checkPointerEscape() local 585 for (SymbolRef Handle : Handles) { in checkPointerEscape()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | CFLAndersAliasAnalysis.h | 87 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles; variable
|
| H A D | CFLSteensAliasAnalysis.h | 100 std::forward_list<cflaa::FunctionHandle<CFLSteensAAResult>> Handles; variable
|
| H A D | GlobalsModRef.h | 75 std::list<DeletionCallbackHandle> Handles; variable
|
| H A D | BranchProbabilityInfo.h | 312 DenseSet<BasicBlockCallbackVH, DenseMapInfo<Value*>> Handles; variable
|
| /llvm-project-15.0.7/clang/lib/DirectoryWatcher/windows/ |
| H A D | DirectoryWatcher-windows.cpp | 168 HANDLE Handles[2] = { Terminate, Overlapped.hEvent }; in WatcherThreadProc() local 169 switch (WaitForMultipleObjects(2, Handles, FALSE, INFINITE)) { in WatcherThreadProc()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 21 // Handles byval parameters. 161 // Handles byval parameters. 209 // Handles byval parameters.
|
| H A D | ARMInstrInfo.td | 573 // Call target for ARM. Handles conditional/unconditional
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kCallingConv.td | 64 /// Handles byval parameters.
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | DynamicLibrary.inc | 18 for (void *Handle : llvm::reverse(Handles))
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 84 // Handles byval parameters. 517 // Handles byval parameters. 842 // Handles byval/preallocated parameters. 912 // Handles byval parameters. Note that, like FastCC, we can't rely on 983 // Handles byval parameters. Note that we can't rely on the delegation
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/ |
| H A D | TosaOpBase.td | 137 // Handles tosa.transpose_conv2d which has an outpad and output shape attribute.
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 262 // Handles byval parameters.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/ |
| H A D | TransformDialect.td | 201 Handles pointing to operations nested in each other are allowed to co-exist
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/ |
| H A D | PDLOps.td | 259 a handle to the operation itself. Handles to the results of the operation
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6699 std::list<HandleSDNode> Handles; in getNegatedExpression() local 6771 Handles.emplace_back(NegX); in getNegatedExpression() 6779 Handles.clear(); in getNegatedExpression() 6827 Handles.emplace_back(NegX); in getNegatedExpression() 6835 Handles.clear(); in getNegatedExpression() 6875 Handles.emplace_back(NegZ); in getNegatedExpression() 6883 Handles.emplace_back(NegX); in getNegatedExpression() 6891 Handles.clear(); in getNegatedExpression()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GettingStarted.rst | 833 The libraries represent and process code at machine code level. Handles
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 1401 Handles identify resources. Similar to pointers they can be leaked,
|