Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2385 bool FoundLiveInternal = true; in identifyDeadInternalFunctions() local
2386 while (FoundLiveInternal) { in identifyDeadInternalFunctions()
2387 FoundLiveInternal = false; in identifyDeadInternalFunctions()
2406 FoundLiveInternal = true; in identifyDeadInternalFunctions()