Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h49 IDFCalculator(DominatorTreeBase<BasicBlock> &DT) : DT(DT), useLiveIn(false) {} in IDFCalculator()
68 useLiveIn = true; in setLiveInBlocks()
75 useLiveIn = false; in resetLiveInBlocks()
88 bool useLiveIn; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h86 useLiveIn = true; in setLiveInBlocks()
93 useLiveIn = false; in resetLiveInBlocks()
107 bool useLiveIn = false; variable
187 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
/external/llvm-project/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h86 useLiveIn = true; in setLiveInBlocks()
93 useLiveIn = false; in resetLiveInBlocks()
107 bool useLiveIn = false; variable
187 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
/external/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp86 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()