Home
last modified time | relevance | path

Searched refs:computeLastInsertPoint (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h61 SlotIndex computeLastInsertPoint(const LiveInterval &CurLI,
75 return computeLastInsertPoint(CurLI, MBB); in getLastInsertPoint()
H A DSplitKit.cpp64 InsertPointAnalysis::computeLastInsertPoint(const LiveInterval &CurLI, in computeLastInsertPoint() function in InsertPointAnalysis