Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp227 if (HandlingRecordedInstrs) in handleRecordedInsts()
229 HandlingRecordedInstrs = true; in handleRecordedInsts()
234 HandlingRecordedInstrs = false; in handleRecordedInsts()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h116 bool HandlingRecordedInstrs = false; variable