Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp82 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { in getCalledFunction() argument
83 if (LookThroughBitCast) in getCalledFunction()
103 bool LookThroughBitCast = false) { in getAllocationData() argument
108 Function *Callee = getCalledFunction(V, LookThroughBitCast); in getAllocationData()
145 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() argument
146 ImmutableCallSite CS(LookThroughBitCast ? V->stripPointerCasts() : V); in hasNoAliasAttr()
155 bool LookThroughBitCast) { in isAllocationFn() argument
156 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast); in isAllocationFn()
162 bool LookThroughBitCast) { in isNoAliasFn() argument
165 return isAllocationFn(V, TLI, LookThroughBitCast) || in isNoAliasFn()
[all …]
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h40 bool LookThroughBitCast = false);
45 bool LookThroughBitCast = false);
50 bool LookThroughBitCast = false);
55 bool LookThroughBitCast = false);
60 bool LookThroughBitCast = false);
65 bool LookThroughBitCast = false);
70 bool LookThroughBitCast = false);