Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.cpp136 if (!llvm::all_of(Uses, [](const UniqueUse &Use) { return Use->isReady(); })) in update()
159 for (UniqueUse &Use : Uses) in cycleEvent()
DInstruction.h306 using UniqueUse = std::unique_ptr<ReadState>; variable
308 using VecUses = std::vector<UniqueUse>;