Searched refs:RemoteI (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 5294 : LocalI(I), RemoteI(I), Content(Content), Ranges(Offset, Size), 5298 Access(Instruction *LocalI, Instruction *RemoteI, const RangeList &Ranges, 5300 : LocalI(LocalI), RemoteI(RemoteI), Content(Content), Ranges(Ranges), 5308 Access(Instruction *LocalI, Instruction *RemoteI, int64_t Offset, 5311 : LocalI(LocalI), RemoteI(RemoteI), Content(Content), 5319 return LocalI == R.LocalI && RemoteI == R.RemoteI && Ranges == R.Ranges && 5325 assert(RemoteI == R.RemoteI && "Expected same instruction!"); 5391 Instruction *getRemoteInst() const { return RemoteI; } 5444 Instruction *RemoteI;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 792 Instruction *RemoteI = nullptr); 873 Instruction *RemoteI) { in addAccess() argument 874 RemoteI = RemoteI ? RemoteI : &I; in addAccess() 877 auto &LocalList = RemoteIMap[RemoteI]; in addAccess() 902 AccessList.emplace_back(&I, RemoteI, Ranges, Content, Kind, Ty); in addAccess() 912 AAPointerInfo::Access Acc(&I, RemoteI, Ranges, Content, Kind, Ty); in addAccess()
|