Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp176 static bool pointerInvalidatedByBlockWithMSSA(BasicBlock &BB, MemorySSA &MSSA,
2463 if (pointerInvalidatedByBlockWithMSSA(*BB, *MSSA, *MU)) in pointerInvalidatedByLoopWithMSSA()
2467 return pointerInvalidatedByBlockWithMSSA(*I.getParent(), *MSSA, *MU); in pointerInvalidatedByLoopWithMSSA()
2472 bool pointerInvalidatedByBlockWithMSSA(BasicBlock &BB, MemorySSA &MSSA, in pointerInvalidatedByBlockWithMSSA() function