HomeSort by: relevance | last modified time | path
    Searched defs:addPointer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpBlock.cpp 21 void Block::addPointer(Pointer *P) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasSetTracker.cpp 131 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry,
365 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo);
387 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll);
393 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true);
399 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess);
405 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess);
411 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess);
415 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess);
419 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess);
423 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess)
    [all...]
LoopAccessAnalysis.cpp 282 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index) {
413 if (Group.addPointer(Pointer)) {

Completed in 30 milliseconds