Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h134 VirtRegIntervals[Reg.id()] = createInterval(Reg); in createEmptyInterval()
465 static LiveInterval* createInterval(unsigned Reg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp188 LiveInterval* LiveIntervals::createInterval(unsigned reg) { in createInterval() function in LiveIntervals