Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp218 void Scheduler::updateIssuedSet(SmallVectorImpl<InstRef> &Executed) { in updateIssuedSet()
265 SmallVectorImpl<InstRef> &Executed, in cycleEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h54 bool Executed; // True if the instruction is past the WB stage. member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h148 size_t Executed; variable
156 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DTimelineView.h157 static const char Executed = 'E'; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp95 SmallVector<InstRef, 4> Executed; in cycleStart() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h45 Executed, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp725 const Stmt *Executed = S.getThen(); in EmitIfStmt() local