Home
last modified time | relevance | path

Searched refs:promoteToPendingSet (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp115 if (promoteToPendingSet(PendingInstructions)) in issueInstruction()
155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet() function in llvm::mca::Scheduler
283 promoteToPendingSet(Pending); in cycleEvent()
/src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h154 bool promoteToPendingSet(SmallVectorImpl<InstRef> &Pending);