Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp242 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getPointerDependencyFrom() argument
245 if (QueryInst != nullptr) { in getPointerDependencyFrom()
246 if (auto *LI = dyn_cast<LoadInst>(QueryInst)) { in getPointerDependencyFrom()
254 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA); in getPointerDependencyFrom()
270 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit) { in getPointerDependencyFrom() argument
272 return getPointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, in getPointerDependencyFrom()
365 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, in getSimplePointerDependencyFrom() argument
405 if (isLoad && QueryInst) { in getSimplePointerDependencyFrom()
406 LoadInst *LI = dyn_cast<LoadInst>(QueryInst); in getSimplePointerDependencyFrom()
480 if (!QueryInst) in getSimplePointerDependencyFrom()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h386 MemDepResult getDependency(Instruction *QueryInst);
413 void getNonLocalPointerDependency(Instruction *QueryInst,
451 Instruction *QueryInst = nullptr,
457 Instruction *QueryInst,
464 Instruction *QueryInst, unsigned *Limit,
490 bool getNonLocalPointerDepFromBB(Instruction *QueryInst,
498 MemDepResult getNonLocalInfoForBlock(Instruction *QueryInst,