Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h130 void updateEntryPaths(MachineFunction &MF, MachineBasicBlock &SaveB) const;
H A DHexagonFrameLowering.cpp525 updateEntryPaths(MF, *PrologB); in emitPrologue()
928 void HexagonFrameLowering::updateEntryPaths(MachineFunction &MF, in updateEntryPaths() function in HexagonFrameLowering