Home
last modified time | relevance | path

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

/external/llvm/test/Analysis/CFLAliasAnalysis/
Dfull-store-partial-alias.ll1 ; RUN: opt -S -tbaa -cfl-aa -gvn < %s | FileCheck -check-prefix=CFLAA %s
7 ; FIXME: However, right now, CFLAA cannot prove PartialAlias here
18 ; FIXME: This would be ret i32 %tmp5.lobit if CFLAA could prove PartialAlias
19 ; CFLAA: ret i32 0
Dmust-and-partial.ll8 ; FIXME: This could be PartialAlias but CFLAA can't currently prove it
28 ; FIXME: This could be PartialAlias but CFLAA can't currently prove it
Dconst-expr-gep.ll13 ; constant offsets in CFLAA. If we start doing so, then we'll need to
39 ; Ensure that CFLAA properly identifies and handles escaping variables (i.e.
Dgep-signed-arithmetic.ll6 ; FIXME: This could be PartialAlias but CFLAA can't currently prove it
Dstratified-attrs-indexing.ll1 ; This testcase ensures that CFLAA doesn't try to access out of bounds indices
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp158 FunctionHandle(Function *Fn, CFLAliasAnalysis *CFLAA) in FunctionHandle()
159 : CallbackVH(Fn), CFLAA(CFLAA) { in FunctionHandle()
161 assert(CFLAA != nullptr); in FunctionHandle()
170 CFLAliasAnalysis *CFLAA; member
254 assert(CFLAA != nullptr); in removeSelfFromCache()
256 CFLAA->evict(cast<Function>(Val)); in removeSelfFromCache()