Home
last modified time | relevance | path

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

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