Searched refs:SkipDebug (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 272 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 D | InstructionsTest.cpp | 1373 TEST(InstructionsTest, SkipDebug) { in TEST() argument
|