Home
last modified time | relevance | path

Searched refs:setCSEInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp111 Builder->setCSEInfo(CSEInfo); in combineMachineInstrs()
DLegalizer.cpp341 MIRBuilder->setCSEInfo(CSEInfo); in runOnMachineFunction()
DIRTranslator.cpp3105 EntryBuilder->setCSEInfo(CSEInfo); in runOnMachineFunction()
3107 CurBuilder->setCSEInfo(CSEInfo); in runOnMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h315 void setCSEInfo(GISelCSEInfo *Info) { State.CSEInfo = Info; } in setCSEInfo() function