Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h220 void setResult(const MemDepResult &R) { Result = R; } in setResult() function
242 void setResult(const MemDepResult &R, Value *Addr) { in setResult() function
243 Entry.setResult(R); in setResult()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp849 ExistingResult->setResult(Dep); in getNonLocalCallDependency()
997 ExistingResult->setResult(Dep); in getNonLocalInfoForBlock()
1464 I.setResult(MemDepResult::getUnknown()); in getNonLocalPointerDepFromBB()
1645 Entry.setResult(NewDirtyVal); in removeInstruction()
1685 Entry.setResult(NewDirtyVal); in removeInstruction()