Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDependenceAnalysis.cpp683 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function
3263 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()
3264 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()
3411 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()
3417 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()
3418 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()
3834 assert(isLoadOrStore(Src)); in getSplitIteration()
3835 assert(isLoadOrStore(Dst)); in getSplitIteration()