Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp111 Builder->setCSEInfo(CSEInfo); in combineMachineInstrs()
DLegalizer.cpp327 MIRBuilder->setCSEInfo(CSEInfo); in runOnMachineFunction()
DIRTranslator.cpp3396 EntryBuilder->setCSEInfo(CSEInfo); in runOnMachineFunction()
3398 CurBuilder->setCSEInfo(CSEInfo); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h326 void setCSEInfo(GISelCSEInfo *Info) { State.CSEInfo = Info; } in setCSEInfo() function