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
246
bool ResourcePriorityQueue::
isResourceAvailable
(SUnit *SU) {
292
if (!
isResourceAvailable
(SU) || SU->getNode()->getGluedNode()) {
421
if (
isResourceAvailable
(SU))
437
if (
isResourceAvailable
(SU))
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
43
bool VLIWResourceModel::
isResourceAvailable
(SUnit *SU) {
94
if (!
isResourceAvailable
(SU)) {
495
if (Top.ResourceModel->
isResourceAvailable
(SU))
502
if (Bot.ResourceModel->
isResourceAvailable
(SU))
Completed in 4643 milliseconds