HomeSort by: relevance | last modified time | path
    Searched defs:isPending (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
LSUnit.h 104 bool isPending() const {
284 bool isPending(const InstRef &IR) const {
287 return Group.isPending();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h 268 bool isPending() const { return !IndependentFromDef && CyclesLeft > 0; }
529 bool isPending() const { return Stage == IS_PENDING; }

Completed in 18 milliseconds