Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp77 void addLiveOutSetToMI(MachineFunction &MF, MachineInstr &MI);
136 addLiveOutSetToMI(MF, *I); in calculateLiveness()
152 void StackMapLiveness::addLiveOutSetToMI(MachineFunction &MF, in addLiveOutSetToMI() function in StackMapLiveness