Searched refs:IsPotentiallyPHITranslatable (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h72 /// IsPotentiallyPHITranslatable - If this needs PHI translation, return true
75 bool IsPotentiallyPHITranslatable() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp111 /// IsPotentiallyPHITranslatable - If this needs PHI translation, return true
114 bool PHITransAddr::IsPotentiallyPHITranslatable() const { function in class:PHITransAddr
H A DMemoryDependenceAnalysis.cpp1319 if (!Pointer.IsPotentiallyPHITranslatable())

Completed in 67 milliseconds