Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp192 LiveVariables *LiveVars; member
285 LiveVars = nullptr; in runOnMachineFunction()
293 LiveVars = PASS->getAnalysisIfAvailable<LiveVariables>(); in runOnMachineFunction()
995 if (LiveVars && TargetRegisterInfo::isVirtualRegister(Reg) && in checkLiveness()
997 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness()
1320 if (LiveVars) in visitMachineFunctionAfter()
1327 assert(LiveVars && "Don't call verifyLiveVariables without LiveVars"); in verifyLiveVariables()
1330 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables()