Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp204 LiveVariables *LiveVars; member
376 LiveVars = nullptr; in verify()
384 LiveVars = PASS->getAnalysisIfAvailable<LiveVariables>(); in verify()
2192 if (LiveVars && Register::isVirtualRegister(Reg) && MO->isKill()) { in checkLiveness()
2193 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness()
2646 if (LiveVars) in visitMachineFunctionAfter()
2698 assert(LiveVars && "Don't call verifyLiveVariables without LiveVars"); in verifyLiveVariables()
2701 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables()