Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DADCE.cpp116 class AggressiveDeadCodeElimination { class
196 AggressiveDeadCodeElimination(Function &F, DominatorTree *DT, in AggressiveDeadCodeElimination() function in __anon5c9c06f70111::AggressiveDeadCodeElimination
205 bool AggressiveDeadCodeElimination::performDeadCodeElimination() { in performDeadCodeElimination()
216 void AggressiveDeadCodeElimination::initialize() { in initialize()
327 bool AggressiveDeadCodeElimination::isAlwaysLive(Instruction &I) { in isAlwaysLive()
345 bool AggressiveDeadCodeElimination::isInstrumentsConstant(Instruction &I) { in isInstrumentsConstant()
355 void AggressiveDeadCodeElimination::markLiveInstructions() { in markLiveInstructions()
379 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive()
405 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
421 void AggressiveDeadCodeElimination::collectLiveScopes(const DILocalScope &LS) { in collectLiveScopes()
[all …]