HomeSort by relevance Sort by last modified time
    Searched refs:PHITransAddr (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 1 //===- PHITransAddr.h - PHI Translation for Addresses -----------*- C++ -*-===//
10 // This file declares the PHITransAddr class.
25 /// PHITransAddr - An address value which tracks and handles phi translation.
35 class PHITransAddr {
48 PHITransAddr(Value *addr, const DataLayout *DL)
MemoryDependenceAnalysis.h 35 class PHITransAddr;
425 bool getNonLocalPointerDepFromBB(const PHITransAddr &Pointer,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 1 //===- PHITransAddr.cpp - PHI Translation for Addresses -------------------===//
10 // This file implements the PHITransAddr class.
14 #include "llvm/Analysis/PHITransAddr.h"
45 void PHITransAddr::dump() const {
47 dbgs() << "PHITransAddr: null\n";
50 dbgs() << "PHITransAddr: " << *Addr << "\n";
75 errs() << "Instruction in PHITransAddr is not phi-translatable:\n";
92 bool PHITransAddr::Verify() const {
101 errs() << "PHITransAddr contains extra instructions:\n";
115 bool PHITransAddr::IsPotentiallyPHITranslatable() const
    [all...]
Android.mk 44 PHITransAddr.cpp \
MemoryDependenceAnalysis.cpp 23 #include "llvm/Analysis/PHITransAddr.h"
778 PHITransAddr Address(const_cast<Value *>(Loc.Ptr), DL);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 33 #include "llvm/Analysis/PHITransAddr.h"
    [all...]

Completed in 73 milliseconds