Home
last modified time | relevance | path

Searched refs:branchPoint (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp90 auto branchPoint = RegionBranchPoint::parent(); in collectUnderlyingAddressValues() local
92 branchPoint = region; in collectUnderlyingAddressValues()
97 branch.getEntrySuccessorOperands(branchPoint)[*operandIndex], maxDepth, in collectUnderlyingAddressValues()
110 term.getSuccessorOperands(branchPoint)[*operandIndex], maxDepth, in collectUnderlyingAddressValues()
/llvm-project/mlir/lib/Analysis/DataFlow/
H A DDenseAnalysis.cpp430 RegionBranchPoint branchPoint, AbstractDenseLattice *before) { in visitRegionBranchOperation()
436 branch.getSuccessorRegions(branchPoint, successors); in visitRegionBranchOperation()
454 visitRegionBranchControlFlowTransfer(branch, branchPoint, successor, *after, in visitRegionBranchOperation()
429 visitRegionBranchOperation(ProgramPoint point,RegionBranchOpInterface branch,RegionBranchPoint branchPoint,AbstractDenseLattice * before) visitRegionBranchOperation() argument
/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DDenseAnalysis.h401 RegionBranchPoint branchPoint,