Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassTimingInfo.h53 using PassInvocationID = std::pair<StringRef, unsigned>; variable
59 DenseMap<PassInvocationID, std::unique_ptr<Timer>> TimingData;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassTimingInfo.cpp177 PassInvocationID UID{PassID, Count}; in getPassTimer()