Searched refs:CFLAA (Results 1 – 6 of 6) sorted by relevance
1 ; RUN: opt -S -tbaa -cfl-aa -gvn < %s | FileCheck -check-prefix=CFLAA %s7 ; FIXME: However, right now, CFLAA cannot prove PartialAlias here18 ; FIXME: This would be ret i32 %tmp5.lobit if CFLAA could prove PartialAlias19 ; CFLAA: ret i32 0
8 ; FIXME: This could be PartialAlias but CFLAA can't currently prove it28 ; FIXME: This could be PartialAlias but CFLAA can't currently prove it
13 ; constant offsets in CFLAA. If we start doing so, then we'll need to39 ; Ensure that CFLAA properly identifies and handles escaping variables (i.e.
6 ; FIXME: This could be PartialAlias but CFLAA can't currently prove it
1 ; This testcase ensures that CFLAA doesn't try to access out of bounds indices
158 FunctionHandle(Function *Fn, CFLAliasAnalysis *CFLAA) in FunctionHandle()159 : CallbackVH(Fn), CFLAA(CFLAA) { in FunctionHandle()161 assert(CFLAA != nullptr); in FunctionHandle()170 CFLAliasAnalysis *CFLAA; member254 assert(CFLAA != nullptr); in removeSelfFromCache()256 CFLAA->evict(cast<Function>(Val)); in removeSelfFromCache()