Home
last modified time | relevance | path

Searched defs:isExecuted (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h298 bool isExecuted() const { in isExecuted() function
405 bool isExecuted() const { return End == 0; } in isExecuted() function
689 bool isExecuted() const { return Stage == IS_EXECUTED; } in isExecuted() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h110 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted() function