HomeSort by relevance Sort by last modified time
    Searched refs:PHITransAddr (Results 1 - 12 of 12) 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.
26 /// PHITransAddr - An address value which tracks and handles phi translation.
36 class PHITransAddr {
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
MemoryDependenceAnalysis.h 37 class PHITransAddr;
454 const PHITransAddr &Pointer,
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PHITransAddr.h 1 //===- PHITransAddr.h - PHI Translation for Addresses -----------*- C++ -*-===//
10 // This file declares the PHITransAddr class.
24 /// PHITransAddr - An address value which tracks and handles phi translation.
34 class PHITransAddr {
44 PHITransAddr(Value *addr, const TargetData *td) : Addr(addr), TD(td) {
MemoryDependenceAnalysis.h 36 class PHITransAddr;
420 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 LLVM_DUMP_METHOD 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...]
MemoryDependenceAnalysis.cpp 24 #include "llvm/Analysis/PHITransAddr.h"
    [all...]
  /external/swiftshader/third_party/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"
43 void PHITransAddr::dump() const {
45 dbgs() << "PHITransAddr: null\n";
48 dbgs() << "PHITransAddr: " << *Addr << "\n";
72 errs() << "Non phi translatable instruction found in PHITransAddr:\n";
90 bool PHITransAddr::Verify() const {
99 errs() << "PHITransAddr contains extra instructions:\n";
114 bool PHITransAddr::IsPotentiallyPHITranslatable() const
    [all...]
MemoryDependenceAnalysis.cpp 28 #include "llvm/Analysis/PHITransAddr.h"
735 PHITransAddr Address(const_cast<Value *>(Loc.Ptr), TD);
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 84 #include "llvm/Analysis/PHITransAddr.h"
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 27 lib/Analysis/PHITransAddr.cpp \
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 36 #include "llvm/Analysis/PHITransAddr.h"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 30 #include "llvm/Analysis/PHITransAddr.h"
    [all...]

Completed in 484 milliseconds