Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp215 bool IsALoad = Desc.MayLoad; in onInstructionRetired() local
217 assert((IsALoad || IsAStore) && "Expected a memory operation!"); in onInstructionRetired()
219 if (IsALoad) { in onInstructionRetired()