Searched refs:PrintModRefResults (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp60 static inline void PrintModRefResults(const char *Msg, bool P, Instruction *I, function
69 static inline void PrintModRefResults(const char *Msg, bool P, CallBase *CallA, function
241 PrintModRefResults("NoModRef", PrintNoModRef, Call, Pointer,
246 PrintModRefResults("Just Mod", PrintMod, Call, Pointer, F.getParent());
250 PrintModRefResults("Just Ref", PrintRef, Call, Pointer, F.getParent());
254 PrintModRefResults("Both ModRef", PrintModRef, Call, Pointer,
259 PrintModRefResults("Must", PrintMust, Call, Pointer, F.getParent());
263 PrintModRefResults("Just Mod (MustAlias)", PrintMustMod, Call, Pointer,
268 PrintModRefResults("Just Ref (MustAlias)", PrintMustRef, Call, Pointer,
273 PrintModRefResults("Bot
[all...]

Completed in 97 milliseconds