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

  /external/llvm/lib/Analysis/
IntervalPartition.cpp 69 // Pass false to intervals_begin because we take ownership of it's memory
70 function_interval_iterator I = intervals_begin(&F, false);
97 // Pass false to intervals_begin because we take ownership of it's memory
98 interval_part_interval_iterator I = intervals_begin(IP, false);
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 23 // passing a false value into the intervals_begin() function. This causes the
240 inline function_interval_iterator intervals_begin(Function *F, function in namespace:llvm
249 intervals_begin(IntervalPartition &IP, bool DeleteIntervals = true) { function in namespace:llvm

Completed in 3606 milliseconds