HomeSort by relevance Sort by last modified time
    Searched refs:LiveQueryResult (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 85 class LiveQueryResult {
92 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
441 LiveQueryResult Query(SlotIndex Idx) const {
446 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false);
462 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
477 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 506 LiveQueryResult LRQ = LR->Query(SlotIdx);
532 LiveQueryResult LRQ = LR->Query(SlotIdx);
727 LiveQueryResult LRQ = LR->Query(SlotIdx);
    [all...]
LiveIntervalAnalysis.cpp 338 LiveQueryResult LRQ = li->Query(Idx);
467 LiveQueryResult LRQ = LI->Query(Kill);
502 LiveQueryResult LRQ = LI->Query(MBBStart);
    [all...]
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
LiveInterval.cpp 920 LiveQueryResult LRQ = LI.Query(Idx);
InlineSpiller.cpp 598 LiveQueryResult SrcQ = SrcLI.Query(VNI->def);
    [all...]
MachineScheduler.cpp     [all...]
ScheduleDAGInstrs.cpp 429 LiveQueryResult LRQ
    [all...]

Completed in 176 milliseconds