Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp147 int LookUpDepth) { in findPreviousSpillSlot() argument
149 if (LookUpDepth <= 0) in findPreviousSpillSlot()
166 return findPreviousSpillSlot(Cast->getOperand(0), Builder, LookUpDepth - 1); in findPreviousSpillSlot()
176 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
239 const int LookUpDepth = 6; in reservePreviousStackSlotForValue() local
241 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()