Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp301 bool MustDominate) { in translateValue() argument
302 assert(DT || !MustDominate); in translateValue()
310 if (MustDominate) in translateValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h79 const DominatorTree *DT, bool MustDominate);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h419 Instruction *MustDominate) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp139 Instruction *MustDominate) const { in findInsertPointAfter()
150 IP = MustDominate->getParent()->getFirstInsertionPt(); in findInsertPointAfter()
158 while (isInsertedInstruction(&*IP) && &*IP != MustDominate) in findInsertPointAfter()