Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp51 class StackMapLiveness : public MachineFunctionPass { class
59 StackMapLiveness();
86 char StackMapLiveness::ID = 0;
87 char &llvm::StackMapLivenessID = StackMapLiveness::ID;
88 INITIALIZE_PASS(StackMapLiveness, "stackmap-liveness",
92 StackMapLiveness::StackMapLiveness() : MachineFunctionPass(ID) { in StackMapLiveness() function in StackMapLiveness
98 void StackMapLiveness::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
106 bool StackMapLiveness::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
124 bool StackMapLiveness::calculateLiveness(MachineFunction &MF) { in calculateLiveness()
153 void StackMapLiveness::addLiveOutSetToMI(MachineFunction &MF, in addLiveOutSetToMI()
[all …]