Searched refs:IsPotentiallyPHITranslatable (Results 1 - 6 of 6) sorted by last modified time

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DPHITransAddr.h63 /// IsPotentiallyPHITranslatable - If this needs PHI translation, return true
66 bool IsPotentiallyPHITranslatable() const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1050 if (!Pointer.IsPotentiallyPHITranslatable())
H A DPHITransAddr.cpp111 /// IsPotentiallyPHITranslatable - If this needs PHI translation, return true
114 bool PHITransAddr::IsPotentiallyPHITranslatable() const { function in class:PHITransAddr
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1256 if (!Pointer.IsPotentiallyPHITranslatable())
H A DPHITransAddr.cpp112 /// IsPotentiallyPHITranslatable - If this needs PHI translation, return true
115 bool PHITransAddr::IsPotentiallyPHITranslatable() const { function in class:PHITransAddr
/external/llvm/include/llvm/Analysis/
H A DPHITransAddr.h73 /// IsPotentiallyPHITranslatable - If this needs PHI translation, return true
76 bool IsPotentiallyPHITranslatable() const;

Completed in 210 milliseconds