Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h66 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks() function
/external/llvm-project/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp153 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
DPromoteMemoryToRegister.cpp616 IDF.setLiveInBlocks(LiveInBlocks); in run()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp153 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
DPromoteMemoryToRegister.cpp629 IDF.setLiveInBlocks(LiveInBlocks); in run()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp490 IDFs.setLiveInBlocks(BWDT); in markLiveBranchesFromControlDependences()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp490 IDFs.setLiveInBlocks(BWDT); in markLiveBranchesFromControlDependences()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp612 IDF.setLiveInBlocks(LiveInBlocks); in run()
DMemorySSA.cpp401 IDFs.setLiveInBlocks(LiveInBlocks); in buildMemorySSA()