Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DPHITransAddr.cpp316 bool MustDominate) { in PHITranslateValue() argument
317 assert(DT || !MustDominate); in PHITranslateValue()
325 if (MustDominate) in PHITranslateValue()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DPHITransAddr.h82 const DominatorTree *DT, bool MustDominate);
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h395 Instruction *MustDominate) const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp100 Instruction *MustDominate) const { in findInsertPointAfter()
111 IP = MustDominate->getParent()->getFirstInsertionPt(); in findInsertPointAfter()
119 while (isInsertedInstruction(&*IP) && &*IP != MustDominate) in findInsertPointAfter()