/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DebugCheckers.cpp | 38 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 D | SplitKit.cpp | 1053 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 D | ShrinkWrap.cpp | 315 DominanceAnalysis &Dom) { in FindIDom() argument 318 IDom = Dom.findNearestCommonDominator(IDom, BB); in FindIDom()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SILowerI1Copies.cpp | 317 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 D | SafepointIRVerifier.cpp | 171 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 D | HexagonCommonGEP.cpp | 677 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 D | SeparateConstOffsetFromGEP.cpp | 1216 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 D | GVN.cpp | 2922 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 D | device-streams.README.md | 81 * Roc Vallès Domènech (2022)
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 796 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 D | CoroFrame.cpp | 2288 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 D | files.vax | 403 # 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 D | northamerica | 3291 -4:40 - SDMT 1933 Apr 1 12:00 # S. Dom. MT
|
/netbsd/share/misc/ |
H A D | airport | 6329 QDP:Dom Pedrito, RS, Brazil
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.tree-ssa | 3588 * cfgloop.h (struct cfg): Dom field removed.
|
H A D | ChangeLog-2003 | 238 * cfgloop.h (struct cfg): Dom field removed.
|
/netbsd/external/lgpl3/mpfr/dist/ |
H A D | ChangeLog | 30022 ***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 D | fortunes2 | 13133 -- Dom Perignon, upon discovering champagne.
|