Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp120 class AggressiveDeadCodeElimination { class
200 AggressiveDeadCodeElimination(Function &F, DominatorTree *DT, in AggressiveDeadCodeElimination() function in __anond5cecdd60111::AggressiveDeadCodeElimination
220 void AggressiveDeadCodeElimination::initialize() { in initialize()
331 bool AggressiveDeadCodeElimination::isAlwaysLive(Instruction &I) { in isAlwaysLive()
359 void AggressiveDeadCodeElimination::markLiveInstructions() { in markLiveInstructions()
383 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive()
409 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
450 void AggressiveDeadCodeElimination::markPhiLive(PHINode *PN) { in markPhiLive()
511 ADCEChanged AggressiveDeadCodeElimination::removeDeadInstructions() { in removeDeadInstructions()
600 bool AggressiveDeadCodeElimination::updateDeadRegions() { in updateDeadRegions()
[all …]