Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp220 if (HandlingRecordedInstrs) in handleRecordedInsts()
222 HandlingRecordedInstrs = true; in handleRecordedInsts()
227 HandlingRecordedInstrs = false; in handleRecordedInsts()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h114 bool HandlingRecordedInstrs = false; variable