Home
last modified time | relevance | path

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

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