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