Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h643 if (const auto fusedLoc = mlir::dyn_cast<mlir::FusedLoc>(loc)) { in LexicalScope() local
644 assert(fusedLoc.getLocations().size() == 2 && "too many locations"); in LexicalScope()
645 beginLoc = fusedLoc.getLocations()[0]; in LexicalScope()
646 endLoc = fusedLoc.getLocations()[1]; in LexicalScope()
H A DCIRGenFunction.cpp452 const mlir::Location fusedLoc = mlir::FusedLoc::get( in generateCode() local
461 LexicalScope lexScope(*this, fusedLoc, entryBB); in generateCode()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1170 if (mlir::FusedLoc fusedLoc = mlir::dyn_cast<mlir::FusedLoc>(loc)) in matchAndRewrite() local
1171 loc = fusedLoc.getLocations()[0]; in matchAndRewrite()