Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp119 int LookUpDepth) { in findPreviousSpillSlot() argument
121 if (LookUpDepth <= 0) in findPreviousSpillSlot()
138 return findPreviousSpillSlot(Cast->getOperand(0), Builder, LookUpDepth - 1); in findPreviousSpillSlot()
148 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
212 const int LookUpDepth = 6; in reservePreviousStackSlotForValue() local
214 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()