Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp160 bool isInstrumentsConstant(Instruction &I);
336 if (isInstrumentsConstant(I)) in isAlwaysLive()
349 bool AggressiveDeadCodeElimination::isInstrumentsConstant(Instruction &I) { in isInstrumentsConstant() function in AggressiveDeadCodeElimination