Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp88 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks() argument
103 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()
144 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in RewriteAllUses() local
145 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
147 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp290 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks);
620 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local
621 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
627 IDF.setLiveInBlocks(LiveInBlocks); in run()
789 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks() argument
835 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h85 LiveInBlocks = &Blocks; in setLiveInBlocks()
92 LiveInBlocks = nullptr; in resetLiveInBlocks()
108 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; variable
187 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDominatorTreeTest.cpp685 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in TEST() local