OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrySU
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
567
SUnit *
TrySU
= NotReady[0];
568
SmallVectorImpl<unsigned> &LRegs = LRegsMap[
TrySU
];
595
LLVM_DEBUG(dbgs() << "Adding an edge from SU # " <<
TrySU
->NodeNum
597
AddPred(
TrySU
, SDep(Copies.front(), SDep::Artificial));
602
<< " to SU #" <<
TrySU
->NodeNum << "\n");
604
AddPred(NewDef, SDep(
TrySU
, SDep::Artificial));
605
TrySU
->isAvailable = false;
ScheduleDAGRRList.cpp
1500
for (SUnit *
TrySU
: Interferences) {
1501
SmallVectorImpl<unsigned> &LRegs = LRegsMap[
TrySU
];
1513
if (!WillCreateCycle(
TrySU
, BtSU)) {
1515
BacktrackBottomUp(
TrySU
, BtSU);
1525
<< ") to SU(" <<
TrySU
->NodeNum << ")\n");
1526
AddPredQueued(
TrySU
, SDep(BtSU, SDep::Artificial));
1530
if (!
TrySU
->isAvailable || !
TrySU
->NodeQueueId) {
1531
LLVM_DEBUG(dbgs() << "
TrySU
not available; choosing node from queue\n");
1534
LLVM_DEBUG(dbgs() << "
TrySU
available\n")
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026