HomeSort by: relevance | last modified time | path
    Searched refs:pruneValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h 196 /// Calling pruneValue() and extendToIndices() can be used to reconstruct
198 void pruneValue(LiveRange &LR, SlotIndex Kill,
202 /// doing something wrong if you call pruneValue directly on a
203 /// LiveInterval. Indeed, you are supposed to call pruneValue on the main
205 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex,
208 "Use pruneValue on the main LiveRange and on each subrange");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 1203 LIS->pruneValue(*static_cast<LiveRange *>(&IntB), CopyIdx.getRegSlot(),
1214 LIS->pruneValue(SR, CopyIdx.getRegSlot(), &EndPoints);
1218 // the copy appear as an endpoint from pruneValue(), but we don't want it
3070 LIS->pruneValue(Other.LR, Def, &EndPoints);
3108 LIS->pruneValue(LR, Def, &EndPoints);
3198 LIS->pruneValue(S, Def, &EndPoints);
LiveIntervals.cpp 642 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill,

Completed in 20 milliseconds