Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DDataLayoutAnalysis.cpp28 for (Operation *ancestor = root->getParentOp(); ancestor != nullptr; in DataLayoutAnalysis() local
35 for (Operation *ancestor = operation->getParentOp(); ancestor != nullptr; in getAbove() local
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DTopologicalSortUtils.cpp39 Operation *ancestor = block->findAncestorOpInBlock(*parent); in sortTopologically() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp134 auto *ancestor{symbol.get<ModuleDetails>().ancestor()}; in Write() local
156 auto *ancestor{details.ancestor()->symbol()}; in GetAsString() local
921 std::optional<bool> isIntrinsic, Scope *ancestor, bool silent) { in Read()
1047 const std::string &ancestor, parser::MessageFixedText &&msg, in Say()
H A Dsymbol.cpp81 const Scope *ModuleDetails::ancestor() const { in ancestor() function in Fortran::semantics::ModuleDetails
455 auto ancestor{x.ancestor()->GetName().value()}; in operator <<() local
H A Dresolve-names.cpp2945 Scope *ancestor{FindModule(ancestorName, false /*not intrinsic*/)}; in BeginSubmodule() local
2986 std::optional<bool> isIntrinsic, Scope *ancestor) { in FindModule()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp258 Block *ancestor = definingRegion->findAncestorBlockInRegion(*userBlock); in addDropRefAfterLastUse() local
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/Transforms/
H A DCheckUses.cpp152 Operation *ancestor = operand.getOwner(); in isUseLive() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_schedule_node.c1537 isl_schedule_node *ancestor; in isl_schedule_node_foreach_ancestor_top_down() local
4789 __isl_keep isl_schedule_node *ancestor) in isl_schedule_node_get_ancestor_child_position()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.c2613 isl_schedule_node *ancestor; in is_outer_tilable() local
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h17486 isl::schedule_node schedule_node::ancestor(int generation) const in ancestor() function
17492 class size schedule_node::ancestor_child_position(const isl::schedule_node &ancestor) const in ancestor_child_position()
17498 class size schedule_node::get_ancestor_child_position(const isl::schedule_node &ancestor) const in get_ancestor_child_position()