Searched refs:LiveInBlocks (Results 1 – 3 of 3) sorted by relevance
86 LiveInBlocks = &Blocks; in setLiveInBlocks()93 LiveInBlocks = nullptr; in resetLiveInBlocks()109 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; variable151 VisitedPQ.reserve(LiveInBlocks->size()); in calculate()152 VisitedWorklist.reserve(LiveInBlocks->size()); in calculate()191 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
73 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks() argument88 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()136 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in RewriteAllUses() local137 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()138 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()142 BBInfos.reserve(LiveInBlocks.size() + DefBlocks.size()); in RewriteAllUses()
464 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks);872 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local873 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()879 IDF.setLiveInBlocks(LiveInBlocks); in run()1043 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks() argument1089 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()