Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp94 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks() argument
109 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()
150 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in RewriteAllUses() local
151 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
153 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp290 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks);
618 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local
619 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
625 IDF.setLiveInBlocks(LiveInBlocks); in run()
787 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks() argument
833 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()
/freebsd-13.1/contrib/llvm-project/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()