Home
last modified time | relevance | path

Searched defs:LiveInBlocks (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp88 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks()
144 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in RewriteAllUses() local
H A DPromoteMemoryToRegister.cpp823 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local
1001 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h109 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; variable