Searched defs:MemAccInst (Results 1 – 2 of 2) sorted by relevance
145 MemAccInst() : I(nullptr) {} in MemAccInst() function 146 MemAccInst(const MemAccInst &Inst) : I(Inst.I) {} in MemAccInst() function 147 /* implicit */ MemAccInst(llvm::LoadInst &LI) : I(&LI) {} in MemAccInst() function 148 /* implicit */ MemAccInst(llvm::LoadInst *LI) : I(LI) {} in MemAccInst() function 149 /* implicit */ MemAccInst(llvm::StoreInst &SI) : I(&SI) {} in MemAccInst() function 150 /* implicit */ MemAccInst(llvm::StoreInst *SI) : I(SI) {} in MemAccInst() function 151 /* implicit */ MemAccInst(llvm::MemIntrinsic *MI) : I(MI) {} in MemAccInst() function 142 MemAccInst() : I(nullptr) {} MemAccInst() function 143 MemAccInst(const MemAccInst &Inst) : I(Inst.I) {} MemAccInst() function 144 /* implicit */ MemAccInst(llvm::LoadInst &LI) : I(&LI) {} MemAccInst() function [all...]
2152 void ScopBuilder::addArrayAccess(ScopStmt *Stmt, MemAccInst MemAccInst, in addArrayAccess() argument [all...]