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
60 StackMapLiveness();
82 char StackMapLiveness::ID = 0;
83 char &llvm::StackMapLivenessID = StackMapLiveness::ID;
84 INITIALIZE_PASS(StackMapLiveness, "stackmap-liveness",
88 StackMapLiveness::StackMapLiveness() : MachineFunctionPass(ID) { in StackMapLiveness() function in StackMapLiveness
94 void StackMapLiveness::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
103 bool StackMapLiveness::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
122 bool StackMapLiveness::calculateLiveness() { in calculateLiveness()
152 void StackMapLiveness::addLiveOutSetToMI(MachineInstr &MI) { in addLiveOutSetToMI()
[all …]