Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp449 bool fixupDPValuesOnInst(Instruction &I);
7027 fixupDPValuesOnInst(*SI); in optimizeSelectInst()
8185 AnyChange = fixupDPValuesOnInst(*I); in optimizeInst()
8451 bool CodeGenPrepare::fixupDPValuesOnInst(Instruction &I) { in fixupDPValuesOnInst() function in CodeGenPrepare