/llvm-project/mlir/include/mlir/Analysis/DataFlow/ |
H A D | DenseAnalysis.h | 129 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 D | lifetime-extension.cpp | 66 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 D | DenseAnalysis.cpp | 57 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 D | target-filtering.f90 | 22 integer :: x, before, after variable 36 integer function after(x) function
|
/llvm-project/llvm/test/MC/X86/ |
H A D | relax-offset.s | 13 after: label
|
/llvm-project/lldb/test/API/lang/c/parray_vrs_char_array/ |
H A D | main.c | 4 int after; member
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | max_redzone.cpp | 21 size_t after = __sanitizer_get_heap_size(); in main() local
|
/llvm-project/mlir/test/lib/Analysis/DataFlow/ |
H A D | TestDenseForwardDataFlowAnalysis.cpp | 88 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 D | TestDenseBackwardDataFlowAnalysis.cpp | 174 (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 D | FEnvSafeTest.cpp | 17 fenv_t after; check() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | perf_counters_gtest.cc | 216 PerfCounterValues* after) { in measure() 241 PerfCounterValues after(2); in TEST() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stack_store_test.cpp | 76 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 D | tsan_report.cpp | 209 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort() 215 const char *after) { in PrintMutexShortWithAddress()
|
H A D | tsan_ilist.h | 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_errors.cpp | 515 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 D | cpp.h | 74 const std::function<void()> after; member
|
/llvm-project/clang/include/clang/Edit/ |
H A D | Commit.h | 102 bool insertWrap(StringRef before, SourceRange TokenRange, StringRef after) { in insertWrap()
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ast_codegen.c | 3528 __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 D | fallback_malloc.cpp | 188 heap_node* after(struct heap_node* p) { return p + p->len; } in after() function
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseBufferRewriting.cpp | 354 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 D | StackArrays.cpp | 397 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 D | Commit.cpp | 104 StringRef after) { in insertWrap()
|
/llvm-project/flang/lib/Parser/ |
H A D | prescan.cpp | 523 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 D | fpbits_test.cpp | 286 FP before, after; TYPED_TEST() member
|
/llvm-project/clang/test/AST/Interp/ |
H A D | c.c |
|