Home
last modified time | relevance | path

Searched refs:QueryInst (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp248 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getPointerDependencyFrom() argument
251 if (QueryInst != nullptr) { in getPointerDependencyFrom()
252 if (auto *LI = dyn_cast<LoadInst>(QueryInst)) { in getPointerDependencyFrom()
260 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA); in getPointerDependencyFrom()
276 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit) { in getPointerDependencyFrom() argument
278 return getPointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, in getPointerDependencyFrom()
371 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getSimplePointerDependencyFrom() argument
411 if (isLoad && QueryInst) { in getSimplePointerDependencyFrom()
412 LoadInst *LI = dyn_cast<LoadInst>(QueryInst); in getSimplePointerDependencyFrom()
489 if (!QueryInst) in getSimplePointerDependencyFrom()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h392 MemDepResult getDependency(Instruction *QueryInst);
419 void getNonLocalPointerDependency(Instruction *QueryInst,
457 Instruction *QueryInst = nullptr,
463 Instruction *QueryInst,
470 Instruction *QueryInst, unsigned *Limit,
496 bool getNonLocalPointerDepFromBB(Instruction *QueryInst,
504 MemDepResult GetNonLocalInfoForBlock(Instruction *QueryInst,