Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp102 MachineVerifier(const char *b, LiveVariables *LiveVars, in MachineVerifier()
105 : Banner(b), LiveVars(LiveVars), LiveInts(LiveInts), LiveStks(LiveStks), in MachineVerifier()
226 LiveVariables *LiveVars = nullptr; member
456 LiveVars = LVWrapper ? &LVWrapper->getLV() : nullptr; in verify()
465 LiveVars = MFAM->getCachedResult<LiveVariablesAnalysis>(Func); in verify()
2819 if (LiveVars && Reg.isVirtual() && MO->isKill() && in checkLiveness()
2821 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness()
3297 if (LiveVars) in visitMachineFunctionAfter()
3349 assert(LiveVars && "Don't call verifyLiveVariables without LiveVars"); in verifyLiveVariables()
3352 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables()