Home
last modified time | relevance | path

Searched defs:after (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DDenseAnalysis.h129 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitRegionBranchControlFlowTransfer() argument
143 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallControlFlowTransfer() argument
215 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LatticeT & before,LatticeT * after) visitCallControlFlowTransfer() argument
246 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const LatticeT & before,LatticeT * after) visitRegionBranchControlFlowTransfer() argument
267 visitOperationImpl(Operation * op,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitOperationImpl() argument
274 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallControlFlowTransfer() argument
283 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitRegionBranchControlFlowTransfer() argument
367 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionFrom,RegionBranchPoint regionTo,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitRegionBranchControlFlowTransfer() argument
381 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallControlFlowTransfer() argument
465 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LatticeT & after,LatticeT * before) visitCallControlFlowTransfer() argument
496 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionFrom,RegionBranchPoint regionTo,const LatticeT & after,LatticeT * before) visitRegionBranchControlFlowTransfer() argument
516 visitOperationImpl(Operation * op,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitOperationImpl() argument
523 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallControlFlowTransfer() argument
531 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionForm,RegionBranchPoint regionTo,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitRegionBranchControlFlowTransfer() argument
[all...]
/llvm-project/clang/test/Analysis/
H A Dlifetime-extension.cpp66 C **after, **before; member in maintain_original_object_address_on_lifetime_extension::C
71 C(bool x, C **after, C **before) : x(x), after(after), before(before) { in C() function in maintain_original_object_address_on_lifetime_extension::C
82 static C make(C **after, C **before) { return C(false, after, before); } in make()
86 C *after, *before; in f1() local
99 C *after, *before; in f2() local
107 C *after, *before; in f3() local
120 C *after, *before; in f4() local
148 C *after, *before; in f5() local
165 C *after, *before; in f6() local
174 C *after, *before; in f7() local
[all …]
/llvm-project/mlir/lib/Analysis/DataFlow/
H A DDenseAnalysis.cpp57 visitCallOperation(CallOpInterface call,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallOperation() argument
103 AbstractDenseLattice *after = getLattice(op); processOperation() local
132 AbstractDenseLattice *after = getLattice(block); visitBlock() local
187 visitRegionBranchOperation(ProgramPoint point,RegionBranchOpInterface branch,AbstractDenseLattice * after) visitRegionBranchOperation() argument
281 visitCallOperation(CallOpInterface call,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallOperation() argument
335 const AbstractDenseLattice *after; processOperation() local
387 const AbstractDenseLattice *after; visitBlock() local
437 const AbstractDenseLattice *after; visitRegionBranchOperation() local
[all...]
/llvm-project/flang/test/Integration/OpenMP/
H A Dtarget-filtering.f9022 integer :: x, before, after variable
36 integer function after(x) function
/llvm-project/llvm/test/MC/X86/
H A Drelax-offset.s13 after: label
/llvm-project/lldb/test/API/lang/c/parray_vrs_char_array/
H A Dmain.c4 int after; member
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cpp21 size_t after = __sanitizer_get_heap_size(); in main() local
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseForwardDataFlowAnalysis.cpp88 visitOperation(Operation * op,const LastModification & before,LastModification * after) visitOperation() argument
145 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LastModification & before,LastModification * after) visitCallControlFlowTransfer() argument
181 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const LastModification & before,LastModification * after) visitRegionBranchControlFlowTransfer() argument
[all...]
H A DTestDenseBackwardDataFlowAnalysis.cpp174 (void)visitOperation(call, after, before); in visitRegionBranchControlFlowTransfer() argument
83 visitOperation(Operation * op,const NextAccess & after,NextAccess * before) visitOperation() argument
136 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const NextAccess & after,NextAccess * before) visitCallControlFlowTransfer() argument
[all...]
/llvm-project/libc/test/UnitTest/
H A DFEnvSafeTest.cpp17 fenv_t after; check() local
/llvm-project/third-party/benchmark/test/
H A Dperf_counters_gtest.cc216 PerfCounterValues* after) { in measure()
241 PerfCounterValues after(2); in TEST() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp76 uptr after = store_.Allocated(); in TEST_F() local
154 uptr after = store_.Allocated(); in TEST_P() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp209 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort()
215 const char *after) { in PrintMutexShortWithAddress()
H A Dtsan_ilist.h92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp515 PrintShadowByte(InternalScopedString * str,const char * before,u8 byte,const char * after="\\n") PrintShadowByte() argument
568 const char *after = p == guilty ? "]" : ""; PrintShadowBytes() local
[all...]
/llvm-project/polly/lib/External/isl/interface/
H A Dcpp.h74 const std::function<void()> after; member
/llvm-project/clang/include/clang/Edit/
H A DCommit.h102 bool insertWrap(StringRef before, SourceRange TokenRange, StringRef after) { in insertWrap()
/llvm-project/polly/lib/External/isl/
H A Disl_ast_codegen.c3528 __isl_take isl_set *isolated, __isl_take isl_set *after, in generate_shifted_component_parts()
3575 __isl_take isl_set *after, __isl_take isl_ast_build *build, in generate_shifted_component_only_after()
3625 isl_set *isolated, *before, *after, *test; in generate_shifted_component_tree() local
4304 isl_bool after; in after_in_child() local
4333 isl_bool after; in after_in_band() local
4387 isl_bool after; in after_in_context() local
4421 isl_bool after; in after_in_expansion() local
4460 isl_bool after; in after_in_filter() local
4495 isl_bool after; in after_in_set() local
4539 isl_bool after = isl_bool_false; in after_in_sequence() local
[all …]
/llvm-project/libcxxabi/src/
H A Dfallback_malloc.cpp188 heap_node* after(struct heap_node* p) { return p + p->len; } in after() function
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseBufferRewriting.cpp354 Block *after = createBinarySearchFunc() local
415 Block *after = createScanLoop() local
614 Block *after = createPartitionFunc() local
822 Block *after = builder.createBlock(&whileOp.getAfter(), {}, types, locs); createShiftDownFunc() local
1146 Block *after = createQuickSortFunc() local
1350 Block *after = rewriter.createBlock(&whileOp.getAfter(), {}, matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DStackArrays.cpp397 mlir::ChangeResult parentChanged = parentLattice->join(*after); in processOperation() local
334 visitOperation(mlir::Operation * op,const LatticePoint & before,LatticePoint * after) visitOperation() argument
[all...]
/llvm-project/clang/lib/Edit/
H A DCommit.cpp104 StringRef after) { in insertWrap()
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp523 if (const char *after{SkipCComment(at_)}) { SkipCComments() local
563 if (const char *after{SkipCComment(p)}) { SkipWhiteSpaceAndCComments() local
[all...]
/llvm-project/libc/test/src/__support/FPUtil/
H A Dfpbits_test.cpp286 FP before, after; TYPED_TEST() member
/llvm-project/clang/test/AST/Interp/
H A Dc.c

12