Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp163 int LookUpDepth) { in findPreviousSpillSlot() argument
165 if (LookUpDepth <= 0) in findPreviousSpillSlot()
192 return findPreviousSpillSlot(Cast->getOperand(0), Builder, LookUpDepth - 1); in findPreviousSpillSlot()
202 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
283 const int LookUpDepth = 6; in reservePreviousStackSlotForValue() local
285 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()