OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isResourceAvailable
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
247
bool ResourcePriorityQueue::
isResourceAvailable
(SUnit *SU) {
293
if (!
isResourceAvailable
(SU) || SU->getNode()->getGluedNode()) {
423
if (
isResourceAvailable
(SU))
439
if (
isResourceAvailable
(SU))
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
43
bool VLIWResourceModel::
isResourceAvailable
(SUnit *SU) {
94
if (!
isResourceAvailable
(SU)) {
489
if (Top.ResourceModel->
isResourceAvailable
(SU))
496
if (Bot.ResourceModel->
isResourceAvailable
(SU))
Completed in 683 milliseconds