Home
last modified time | relevance | path

Searched refs:needsPHITranslationFromBlock (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h62 bool needsPHITranslationFromBlock(BasicBlock *BB) const { in needsPHITranslationFromBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1276 if (!Pointer.needsPHITranslationFromBlock(BB)) { in getNonLocalPointerDepFromBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp461 if (PredAddr.needsPHITranslationFromBlock(B)) { in memoryIsNotModifiedBetween()