Home
last modified time | relevance | path

Searched refs:IsTop (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h82 bool isResourceAvailable(SUnit *SU, bool IsTop);
83 bool reserveResources(SUnit *SU, bool IsTop);
H A DHexagonMachineScheduler.cpp98 bool VLIWResourceModel::isResourceAvailable(SUnit *SU, bool IsTop) { in isResourceAvailable() argument
125 if (IsTop) { in isResourceAvailable()
138 bool VLIWResourceModel::reserveResources(SUnit *SU, bool IsTop) { in reserveResources() argument
149 if (!isResourceAvailable(SU, IsTop) || in reserveResources()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h565 bool IsTop(const lldb::IOHandlerSP &io_handler_sp) const { in IsTop() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1003 return m_input_reader_stack.IsTop(reader_sp); in IsTopIOHandler()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2677 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick() argument
2678 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()