Home
last modified time | relevance | path

Searched refs:Dom (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp38 CFGDomTree Dom; in checkASTCodeBody() local
39 Dom.buildDominatorTree(AC->getCFG()); in checkASTCodeBody()
40 Dom.dump(); in checkASTCodeBody()
64 CFGPostDomTree Dom; in checkASTCodeBody() local
65 Dom.buildDominatorTree(AC->getCFG()); in checkASTCodeBody()
66 Dom.dump(); in checkASTCodeBody()
90 ControlDependencyCalculator Dom(AC->getCFG()); in checkASTCodeBody() local
91 Dom.dump(); in checkASTCodeBody()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp1053 if (!Dom.first) { in hoistCopies()
1056 } else if (Dom.first == ValMBB) { in hoistCopies()
1058 if (!Dom.second.isValid() || VNI->def < Dom.second) in hoistCopies()
1059 Dom.second = VNI->def; in hoistCopies()
1067 else if (Near != Dom.first) in hoistCopies()
1076 << printMBBReference(*Dom.first) << ' ' << Dom.second in hoistCopies()
1082 DomPair &Dom = NearestDom[i]; in hoistCopies() local
1083 if (!Dom.first || Dom.second.isValid()) in hoistCopies()
1089 Dom.first = findShallowDominator(Dom.first, DefMBB); in hoistCopies()
1100 Dom.second = defFromParent(0, ParentVNI, LSP, *Dom.first, in hoistCopies()
[all …]
H A DShrinkWrap.cpp315 DominanceAnalysis &Dom) { in FindIDom() argument
318 IDom = Dom.findNearestCommonDominator(IDom, BB); in FindIDom()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp317 MachineBasicBlock *Dom = CommonDominators[LoopLevel]; local
319 Dom = DT.findNearestCommonDominator(Dom, MBB);
321 if (!inLoopLevel(*Dom, LoopLevel, Blocks)) {
322 SSAUpdater.AddAvailableValue(Dom, insertUndefLaneMask(*Dom));
326 for (MachineBasicBlock *Pred : Dom->predecessors()) {
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp171 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local
172 DT->getDescendants(const_cast<BasicBlock*>(D), Dom); in addDeadBlock()
176 DeadBlocks.insert(Dom.begin(), Dom.end()); in addDeadBlock()
179 for (BasicBlock *B : Dom) in addDeadBlock()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp677 BasicBlock *Dom = cast<BasicBlock>(*I); in nearest_common_dominator() local
680 Dom = B ? DT->findNearestCommonDominator(Dom, B) : nullptr; in nearest_common_dominator()
681 if (!Dom) in nearest_common_dominator()
684 LLVM_DEBUG(dbgs() << "computed:" << Dom->getName() << '\n'); in nearest_common_dominator()
685 return Dom; in nearest_common_dominator()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1216 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingAdds)) { in reuniteExts() local
1217 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); in reuniteExts()
1228 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingSubs)) { in reuniteExts() local
1229 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); in reuniteExts()
H A DGVN.cpp2922 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local
2923 DT->getDescendants(D, Dom); in addDeadBlock()
2924 DeadBlocks.insert(Dom.begin(), Dom.end()); in addDeadBlock()
2927 for (BasicBlock *B : Dom) { in addDeadBlock()
/netbsd/distrib/amiga/stand/
H A Ddevice-streams.README.md81 * Roc Vallès Domènech (2022)
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp796 auto Dom = Paths.begin(); in tryOptimizePhi() local
797 for (auto I = std::next(Dom), E = Paths.end(); I != E; ++I) in tryOptimizePhi()
798 if (!MSSA.dominates(I->Clobber, Dom->Clobber)) in tryOptimizePhi()
799 Dom = I; in tryOptimizePhi()
801 if (Last != Dom) in tryOptimizePhi()
802 std::iter_swap(Last, Dom); in tryOptimizePhi()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2288 DominatorTree Dom(F); in sinkSpillUsesAfterCoroBegin() local
2298 Dom.dominates(CoroBegin, Inst)) in sinkSpillUsesAfterCoroBegin()
2309 if (Dom.dominates(CoroBegin, Inst)) in sinkSpillUsesAfterCoroBegin()
2318 llvm::sort(InsertionList, [&Dom](Instruction *A, Instruction *B) -> bool { in sinkSpillUsesAfterCoroBegin()
2320 return Dom.dominates(A, B); in sinkSpillUsesAfterCoroBegin()
/netbsd/sys/arch/vax/conf/
H A Dfiles.vax403 # Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
/netbsd/external/public-domain/tz/dist/
H A Dnorthamerica3291 -4:40 - SDMT 1933 Apr 1 12:00 # S. Dom. MT
/netbsd/share/misc/
H A Dairport6329 QDP:Dom Pedrito, RS, Brazil
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tree-ssa3588 * cfgloop.h (struct cfg): Dom field removed.
H A DChangeLog-2003238 * cfgloop.h (struct cfg): Dom field removed.
/netbsd/external/lgpl3/mpfr/dist/
H A DChangeLog30022 ***not*** tested with MuPAD (not Dom::Interval interface)
30030 test data files for erf and erfc (not checked by MuPAD, since Dom::Interval
/netbsd/games/fortune/datfiles/
H A Dfortunes213133 -- Dom Perignon, upon discovering champagne.