Searched refs:setModRef (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ModRef.h | 91 void setModRef(Location Loc, ModRefInfo MR) { in setModRef() function 105 MemoryEffectsBase(Location Loc, ModRefInfo MR) { setModRef(Loc, MR); } in MemoryEffectsBase() 111 setModRef(Loc, MR); in MemoryEffectsBase() 160 FRMB.setModRef(Location::ArgMem, MR); 161 FRMB.setModRef(Location::InaccessibleMem, MR); 170 FRMB.setModRef(Location::ArgMem, ArgMR); 171 FRMB.setModRef(Location::ErrnoMem, ErrnoMR); 195 ME.setModRef(Loc, MR); in getWithModRef() 202 ME.setModRef(Loc, ModRefInfo::NoModRef); in getWithoutLoc()
|