/llvm-project/mlir/include/mlir/Analysis/DataFlow/ |
H A D | DenseAnalysis.h | 128 join(after, before); in visitRegionBranchControlFlowTransfer() argument 142 join(after, before); in visitCallControlFlowTransfer() argument 214 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LatticeT & before,LatticeT * after) visitCallControlFlowTransfer() argument 245 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const LatticeT & before,LatticeT * after) visitRegionBranchControlFlowTransfer() argument 266 visitOperationImpl(Operation * op,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitOperationImpl() argument 273 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallControlFlowTransfer() argument 282 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitRegionBranchControlFlowTransfer() argument 368 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionFrom,RegionBranchPoint regionTo,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitRegionBranchControlFlowTransfer() argument 382 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallControlFlowTransfer() argument 466 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 517 visitOperationImpl(Operation * op,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitOperationImpl() argument 524 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallControlFlowTransfer() argument 532 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 | 56 visitCallOperation(CallOpInterface call,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallOperation() argument 106 const AbstractDenseLattice *before; processOperation() local 149 const AbstractDenseLattice *before; visitBlock() local 194 const AbstractDenseLattice *before; visitRegionBranchOperation() local 282 visitCallOperation(CallOpInterface call,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallOperation() argument 332 AbstractDenseLattice *before = getLattice(op); processOperation() local 357 AbstractDenseLattice *before = getLattice(block); visitBlock() local 429 visitRegionBranchOperation(ProgramPoint point,RegionBranchOpInterface branch,RegionBranchPoint branchPoint,AbstractDenseLattice * before) visitRegionBranchOperation() argument [all...] |
/llvm-project/flang/test/Integration/OpenMP/ |
H A D | target-filtering.f90 | 15 integer function before(x) function 22 integer :: x, before, after variable
|
/llvm-project/llvm/test/MC/X86/ |
H A D | relax-offset.s | 11 before: label
|
/llvm-project/lldb/test/API/lang/c/parray_vrs_char_array/ |
H A D | main.c | 2 int before; member
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | max_redzone.cpp | 17 size_t before = __sanitizer_get_heap_size(); in main() local
|
/llvm-project/mlir/test/lib/Analysis/DataFlow/ |
H A D | TestDenseForwardDataFlowAnalysis.cpp | 87 Operation *op, const LastModification &before, LastModification *after) { in visitOperation() argument 145 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LastModification & before,LastModification * after) visitCallControlFlowTransfer() argument 180 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const LastModification & before,LastModification * after) visitRegionBranchControlFlowTransfer() argument [all...] |
H A D | TestDenseBackwardDataFlowAnalysis.cpp | 84 visitOperation(Operation * op,const NextAccess & after,NextAccess * before) visitOperation() argument 137 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const NextAccess & after,NextAccess * before) visitCallControlFlowTransfer() argument 174 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionFrom,RegionBranchPoint regionTo,const NextAccess & after,NextAccess * before) visitRegionBranchControlFlowTransfer() argument [all...] |
/llvm-project/libc/test/UnitTest/ |
H A D | FEnvSafeTest.h | 29 fenv_t before; global() variable
|
/llvm-project/mlir/lib/IR/ |
H A D | PatternMatch.cpp | 292 Block::iterator before, in inlineBlockBefore() 346 Block *RewriterBase::splitBlock(Block *block, Block::iterator before) { in splitBlock() 373 Region::iterator before) { in inlineRegionBefore() 384 void RewriterBase::inlineRegionBefore(Region ®ion, Block *before) { in inlineRegionBefore()
|
H A D | Builders.cpp | 583 cloneRegionBefore(Region & region,Region & parent,Region::iterator before,IRMapping & mapping) cloneRegionBefore() argument 603 cloneRegionBefore(Region & region,Region & parent,Region::iterator before) cloneRegionBefore() argument 608 cloneRegionBefore(Region & region,Block * before) cloneRegionBefore() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_errors.cpp | 566 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() local 514 PrintShadowByte(InternalScopedString * str,const char * before,u8 byte,const char * after="\\n") PrintShadowByte() argument 558 PrintShadowBytes(InternalScopedString * str,const char * before,u8 * bytes,u8 * guilty,uptr n) PrintShadowBytes() argument
|
/llvm-project/libc/test/integration/startup/gpu/ |
H A D | init_fini_array_test.cpp | 38 int before = 0; variable
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | release_shadow_space.c | 41 size_t before = get_rss_kb(); in main() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | perf_counters_gtest.cc | 215 void measure(size_t threadcount, PerfCounterValues* before, in measure() 240 PerfCounterValues before(2); in TEST() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stack_store_test.cpp | 73 uptr before = store_.Allocated(); in TEST_F() local 152 uptr before = store_.Allocated(); in TEST_P() local
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | cpp.h | 72 const std::function<void()> before; member
|
/llvm-project/mlir/test/lib/Analysis/ |
H A D | TestDataFlowFramework.cpp | 47 uint64_t before = *state; in join() local
|
/llvm-project/mlir/lib/Conversion/SCFToControlFlow/ |
H A D | SCFToControlFlow.cpp | 556 Block *before = whileOp.getBeforeBody(); matchAndRewrite() local 607 Block *before = whileOp.getBeforeBody(); matchAndRewrite() local [all...] |
/llvm-project/clang/include/clang/Edit/ |
H A D | Commit.h | 102 bool insertWrap(StringRef before, SourceRange TokenRange, StringRef after) { in insertWrap()
|
/llvm-project/clang-tools-extra/pseudo/tool/ |
H A D | HTMLForest.js |
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseIterationToScf.cpp | 134 Block *before = rewriter.createBlock(&whileOp.getBefore(), {}, types, l); matchAndRewrite() local
|
H A D | SparseBufferRewriting.cpp | 345 Block *before = createBinarySearchFunc() local 399 Block *before = createScanLoop() local 607 Block *before = builder.createBlock(&whileOp.getBefore(), {}, types, createPartitionFunc() local 812 Block *before = builder.createBlock(&whileOp.getBefore(), {}, types, locs); createShiftDownFunc() local 1134 Block *before = createQuickSortFunc() local 1340 Block *before = rewriter.createBlock(&whileOp.getBefore(), {}, matchAndRewrite() local [all...] |
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | StackArrays.cpp | 333 visitOperation(mlir::Operation * op,const LatticePoint & before,LatticePoint * after) visitOperation() argument 407 const mlir::dataflow::AbstractDenseLattice *before; processOperation() local [all...] |