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.cpp750 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function
3352 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()
3353 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()
3599 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()
3605 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()
3606 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()
4032 assert(isLoadOrStore(Src)); in getSplitIteration()
4033 assert(isLoadOrStore(Dst)); in getSplitIteration()