Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp685 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function
3254 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()
3255 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()
3515 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()
3521 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()
3522 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()
3938 assert(isLoadOrStore(Src)); in getSplitIteration()
3939 assert(isLoadOrStore(Dst)); in getSplitIteration()