Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp777 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function
3362 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()
3363 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()
3615 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()
4113 assert(isLoadOrStore(Src)); in getSplitIteration()
4114 assert(isLoadOrStore(Dst)); in getSplitIteration()