Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp553 bool hasFI = MI->getDebugOperand(0).isFI(); in runOnMachineFunction() local
555 hasFI ? TRI.getFrameRegister(*MF) : MI->getDebugOperand(0).getReg(); in runOnMachineFunction()
576 assert(!hasFI && "There's no handling of frame pointer updating here yet " in runOnMachineFunction()