Home
last modified time | relevance | path

Searched defs:Executed (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRetireControlUnit.h54 bool Executed; // True if the instruction is past the WB stage. member
DTimelineView.h159 static const char Executed = 'E'; member
DHWEventListener.h44 Executed, enumerator
DScheduler.cpp355 void Scheduler::updateIssuedQueue(SmallVectorImpl<InstRef> &Executed) { in updateIssuedQueue()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h108 size_t Executed; variable
116 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo()
/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h97 size_t Executed; member
/external/clang/lib/CodeGen/
DCGStmt.cpp587 const Stmt *Executed = S.getThen(); in EmitIfStmt() local