Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp219 void Scheduler::updateIssuedSet(SmallVectorImpl<InstRef> &Executed) { in updateIssuedSet()
266 SmallVectorImpl<InstRef> &Executed, in cycleEvent()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h54 bool Executed; // True if the instruction is past the WB stage. member
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h189 size_t Executed; variable
197 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.h157 static const char Executed = 'E'; member
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp95 SmallVector<InstRef, 4> Executed; in cycleStart() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h46 Executed, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp884 const Stmt *Executed = S.isNegatedConsteval() ? S.getThen() : Else; in EmitIfStmt() local
909 const Stmt *Executed = S.getThen(); in EmitIfStmt() local
H A DCodeGenModule.h139 ValueOpt Executed; variable
H A DCoverageMappingGen.cpp939 Counter Executed; ///< The Counter previously assigned. member