Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp218 updateIssuedSet(SmallVectorImpl<InstRef> & Executed) updateIssuedSet() argument
265 cycleEvent(SmallVectorImpl<ResourceRef> & Freed,SmallVectorImpl<InstRef> & Executed,SmallVectorImpl<InstRef> & Pending,SmallVectorImpl<InstRef> & Ready) cycleEvent() argument
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h54 bool Executed; // True if the instruction is past the WB stage. member
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h189 size_t Executed; variable
197 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() argument
[all...]
/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.h157 static const char Executed = 'E'; member
/llvm-project/llvm/unittests/Support/
H A DThreading.cpp106 std::atomic_bool Executed(false); TEST() local
/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp95 SmallVector<InstRef, 4> Executed; in cycleStart() local
/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h45 Executed, enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp793 const Stmt *Executed = S.isNegatedConsteval() ? S.getThen() : S.getElse(); EmitIfStmt() local
817 const Stmt *Executed = S.getThen(); EmitIfStmt() local