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

  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 433 LiveInterval &LID = LIS->getInterval(DefR);
435 << " with interval\n " << LID << "\n");
437 LiveInterval::iterator LT = LID.FindSegmentContaining(MX);
438 if (LT != LID.end())
439 terminateSegment(LT, MX, LID);
440 DEBUG(dbgs() << "after terminating segment\n " << LID << "\n");
443 LiveInterval::iterator P = prevSegment(LID, MX), N = nextSegment(LID, MX);
445 VNInfo *VN = LID.getNextValue(MX, LIS->getVNInfoAllocator());
446 if (N == LID.end())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 160 auto LID = OM.lookup(LU->getUser()).first;
169 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
170 return LID < RID;
173 if (LID < RID) {
179 if (RID < LID) {
180 if (LID <= ID)
186 // LID and RID are equal, so we have different operands of the same user.
188 if (LID <= ID)
  /external/llvm/lib/IR/
AsmWriter.cpp 157 auto LID = OM.lookup(LU->getUser()).first;
161 if (LID < RID) {
167 if (RID < LID) {
169 if (LID <= ID)
174 // LID and RID are equal, so we have different operands of the same user.
177 if (LID <= ID)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 504 unsigned LID = LV->getValueID(),
506 if (LID != RID)
507 return (int)LID - (int)RID;
    [all...]

Completed in 157 milliseconds