Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp407 bool fixupDbgValue(Instruction *I);
2232 return fixupDbgValue(II); in optimizeCallInst()
7999 bool CodeGenPrepare::fixupDbgValue(Instruction *I) { in fixupDbgValue() function in CodeGenPrepare