Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h121 void updateEntryPaths(MachineFunction &MF, MachineBasicBlock &SaveB) const;
H A DHexagonFrameLowering.cpp518 updateEntryPaths(MF, *PrologB); in emitPrologue()
775 void HexagonFrameLowering::updateEntryPaths(MachineFunction &MF, in updateEntryPaths() function in HexagonFrameLowering