Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h149 bool shouldAnalyzePhysregInMachineLoopInfo(MCRegister R) const override;
H A DAArch64RegisterInfo.cpp1116 bool AArch64RegisterInfo::shouldAnalyzePhysregInMachineLoopInfo( in shouldAnalyzePhysregInMachineLoopInfo() function in AArch64RegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp238 ->shouldAnalyzePhysregInMachineLoopInfo(Reg)) in isLoopInvariantImplicitPhysReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h596 virtual bool shouldAnalyzePhysregInMachineLoopInfo(MCRegister R) const { in shouldAnalyzePhysregInMachineLoopInfo() function