Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp948 LookAheadLimit = TII->getMachineCSELookAheadLimit(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1975 virtual unsigned getMachineCSELookAheadLimit() const { in getMachineCSELookAheadLimit() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h399 unsigned getMachineCSELookAheadLimit() const override { return 500; } in getMachineCSELookAheadLimit() function