Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DLSUnit.cpp78 bool IsALoad = LoadQueue.count(Index) != 0; in isReady() local
80 assert((IsALoad || IsAStore) && "Instruction is not in queue!"); in isReady()
82 if (IsALoad && !LoadBarriers.empty()) { in isReady()
98 if (NoAlias && IsALoad) in isReady()