Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h272 template<bool Uses, bool Defs, bool SkipDebug,
275 template<bool Uses, bool Defs, bool SkipDebug,
996 template <bool ReturnUses, bool ReturnDefs, bool SkipDebug, bool ByOperand,
1017 (SkipDebug && op->isDebug())) in defusechain_iterator()
1037 (SkipDebug && Op->isDebug()))) in advance()
1104 template <bool ReturnUses, bool ReturnDefs, bool SkipDebug, bool ByOperand,
1125 (SkipDebug && op->isDebug())) in defusechain_instr_iterator()
1145 (SkipDebug && Op->isDebug()))) in advance()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp1373 TEST(InstructionsTest, SkipDebug) { in TEST() argument