Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp119 static Optional<int> findPreviousSpillSlot(const Value *Val, in findPreviousSpillSlot() function
142 return findPreviousSpillSlot(Cast->getOperand(0), Builder, LookUpDepth - 1); in findPreviousSpillSlot()
153 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
219 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()