Home
last modified time | relevance | path

Searched refs:getApproximateInstructionCount (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h123 unsigned getApproximateInstructionCount(LiveInterval& I) { in getApproximateInstructionCount() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp1189 li_->getApproximateInstructionCount(*cur) == 0) { in assignRegOrStackSlotAtInterval()
1252 li_->getApproximateInstructionCount(*ReloadLi) == 0) { in assignRegOrStackSlotAtInterval()
1400 li_->getApproximateInstructionCount(*ReloadLi) == 0) { in assignRegOrStackSlotAtInterval()
DRegisterCoalescer.cpp1088 unsigned Length = LIS->getApproximateInstructionCount(JoinVInt); in shouldJoinPhys()
1118 unsigned SrcSize = LIS->getApproximateInstructionCount(SrcInt); in isWinToJoinCrossClass()
1119 unsigned DstSize = LIS->getApproximateInstructionCount(DstInt); in isWinToJoinCrossClass()