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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp330 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit,
333 if (QueryInst != nullptr) {
334 if (auto *LI = dyn_cast<LoadInst>(QueryInst)) {
342 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, OBB);
443 BasicBlock *BB, Instruction *QueryInst, unsigned *Limit,
453 // QueryInst is not a simple (non-atomic) memory access, we automatically
483 if (isLoad && QueryInst) {
484 LoadInst *LI = dyn_cast<LoadInst>(QueryInst);
555 if (!QueryInst)
556 // Original QueryInst *ma
328 getPointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, OrderedBasicBlock *OBB) argument
441 getSimplePointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, OrderedBasicBlock *OBB) argument
715 getDependency(Instruction *QueryInst, OrderedBasicBlock *OBB) argument
915 getNonLocalPointerDependency( Instruction *QueryInst, SmallVectorImpl<NonLocalDepResult> &Result) argument
978 GetNonLocalInfoForBlock( Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) argument
1093 getNonLocalPointerDepFromBB( Instruction *QueryInst, const PHITransAddr &Pointer, const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, SmallVectorImpl<NonLocalDepResult> &Result, DenseMap<BasicBlock *, Value *> &Visited, bool SkipFirstBlock) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h387 MemDepResult getDependency(Instruction *QueryInst,
405 /// Perform a full dependency query for an access to the QueryInst's
414 /// QueryInst's parent basic block.
415 void getNonLocalPointerDependency(Instruction *QueryInst,
453 Instruction *QueryInst = nullptr,
460 Instruction *QueryInst, unsigned *Limit,
490 bool getNonLocalPointerDepFromBB(Instruction *QueryInst,
497 MemDepResult GetNonLocalInfoForBlock(Instruction *QueryInst,

Completed in 295 milliseconds