OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDeadAA
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp
647
const AAIsDead &
IsDeadAA
= getOrCreateAAFor<AAIsDead>(
650
if (QueryingAA == &
IsDeadAA
)
653
if (
IsDeadAA
.isAssumedDead()) {
655
recordDependence(
IsDeadAA
, *QueryingAA, DepClass);
677
const AAIsDead *
IsDeadAA
;
679
IsDeadAA
= &getOrCreateAAFor<AAIsDead>(
683
IsDeadAA
= &getOrCreateAAFor<AAIsDead>(IRP, QueryingAA, DepClassTy::NONE);
685
if (QueryingAA ==
IsDeadAA
)
688
if (
IsDeadAA
->isAssumedDead()) {
690
recordDependence(*
IsDeadAA
, *QueryingAA, DepClass)
[
all
...]
AttributorAttributes.cpp
4218
const AAIsDead &
IsDeadAA
, AANoCapture::StateType &State,
4221
: A(A), NoCaptureAA(NoCaptureAA),
IsDeadAA
(
IsDeadAA
), State(State),
4307
!A.isAssumedDead(*U, &NoCaptureAA, &
IsDeadAA
);
4334
const AAIsDead &
IsDeadAA
;
4357
const auto &
IsDeadAA
= A.getAAFor<AAIsDead>(*this, FnPos, DepClassTy::NONE);
4418
AACaptureUseTracker Tracker(A, *this,
IsDeadAA
, T, PotentialCopies,
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026