Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h96 void updatePhisWhenInsertingUniqueBackedgeBlock(BasicBlock *LoopHeader,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp471 MSSAU->updatePhisWhenInsertingUniqueBackedgeBlock(Header, Preheader, in insertUniqueBackedgeBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp628 void MemorySSAUpdater::updatePhisWhenInsertingUniqueBackedgeBlock( in updatePhisWhenInsertingUniqueBackedgeBlock() function in MemorySSAUpdater