Home
last modified time | relevance | path

Searched defs:Dom (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp38 CFGDomTree Dom; in checkASTCodeBody() local
64 CFGPostDomTree Dom; in checkASTCodeBody() local
90 ControlDependencyCalculator Dom(AC->getCFG()); in checkASTCodeBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShrinkWrap.cpp315 DominanceAnalysis &Dom) { in FindIDom()
H A DSplitKit.cpp1036 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() local
1082 DomPair &Dom = NearestDom[i]; in hoistCopies() local
1111 const DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1216 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingAdds)) { in reuniteExts() local
1228 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingSubs)) { in reuniteExts() local
H A DGVN.cpp2922 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp317 MachineBasicBlock *Dom = CommonDominators[LoopLevel]; local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp171 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp677 BasicBlock *Dom = cast<BasicBlock>(*I); in nearest_common_dominator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp796 auto Dom = Paths.begin(); in tryOptimizePhi() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2288 DominatorTree Dom(F); in sinkSpillUsesAfterCoroBegin() local