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();
81 char StackMapLiveness::ID = 0;
82 char &llvm::StackMapLivenessID = StackMapLiveness::ID;
83 INITIALIZE_PASS(StackMapLiveness, "stackmap-liveness",
87 StackMapLiveness::StackMapLiveness() : MachineFunctionPass(ID) { in StackMapLiveness() function in StackMapLiveness
93 void StackMapLiveness::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
101 bool StackMapLiveness::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
119 bool StackMapLiveness::calculateLiveness(MachineFunction &MF) { in calculateLiveness()
147 void StackMapLiveness::addLiveOutSetToMI(MachineFunction &MF, in addLiveOutSetToMI()
[all …]