Home
last modified time | relevance | path

Searched defs:WalkResult (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DVisitors.h40 WalkResult(LogicalResult result) in WalkResult() function
44 WalkResult(Diagnostic &&) : result(Interrupt) {} in WalkResult() function
45 WalkResult(InFlightDiagnostic &&) : result(Interrupt) {} in WalkResult() function
H A DLocation.h23 class WalkResult; variable
/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp948 UpwardsWalkResult WalkResult = walkToPhiOrClobber(FirstDesc); in findClobber() local