Searched refs:useLiveIn (Results 1 – 2 of 2) sorted by relevance
49 IDFCalculator(DominatorTreeBase<BasicBlock> &DT) : DT(DT), useLiveIn(false) {} in IDFCalculator()68 useLiveIn = true; in setLiveInBlocks()75 useLiveIn = false; in resetLiveInBlocks()88 bool useLiveIn; variable
86 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()