Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp670 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function
3259 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()
3260 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()
3394 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()
3400 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()
3401 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()
3819 assert(isLoadOrStore(Src)); in getSplitIteration()
3820 assert(isLoadOrStore(Dst)); in getSplitIteration()