HomeSort by: relevance | last modified time | path
    Searched defs:pruneValue (Results 1 - 2 of 2) 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/
LiveIntervals.cpp 642 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill,

Completed in 16 milliseconds