Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIteratedDominanceFrontier.h71 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp154 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp635 IDF.setLiveInBlocks(LiveInBlocks); in run()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DADCE.cpp485 IDFs.setLiveInBlocks(BlocksWithDeadTerminators); in markLiveBranchesFromControlDependences()