Lines Matching defs:CSEInfo
18 #include "llvm/CodeGen/GlobalISel/CSEInfo.h"
211 // CSEInfo) to observe all changes. Use the wrapper observer.
322 GISelCSEInfo *CSEInfo = nullptr;
328 CSEInfo = &Wrapper.get(TPC.getCSEConfig());
329 MIRBuilder->setCSEInfo(CSEInfo);
334 if (EnableCSE && CSEInfo) {
335 // We want CSEInfo in addition to WorkListObserver to observe all changes.
336 AuxObservers.push_back(CSEInfo);
338 assert(!CSEInfo || !errorToBool(CSEInfo->verify()));
378 // CSEInfo object (as we currently declare that the analysis is preserved).