Home
last modified time | relevance | path

Searched defs:before (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DDenseAnalysis.h128 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 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.cpp56 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 Dtarget-filtering.f9015 integer function before(x) function
22 integer :: x, before, after variable
/llvm-project/llvm/test/MC/X86/
H A Drelax-offset.s11 before: label
/llvm-project/lldb/test/API/lang/c/parray_vrs_char_array/
H A Dmain.c2 int before; member
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cpp17 size_t before = __sanitizer_get_heap_size(); in main() local
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseForwardDataFlowAnalysis.cpp87 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 DTestDenseBackwardDataFlowAnalysis.cpp84 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 DFEnvSafeTest.h29 fenv_t before; global() variable
/llvm-project/mlir/lib/IR/
H A DPatternMatch.cpp292 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 &region, Block *before) { in inlineRegionBefore()
H A DBuilders.cpp583 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 Dasan_errors.cpp566 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 Dinit_fini_array_test.cpp38 int before = 0; variable
/llvm-project/compiler-rt/test/dfsan/
H A Drelease_shadow_space.c41 size_t before = get_rss_kb(); in main() local
/llvm-project/third-party/benchmark/test/
H A Dperf_counters_gtest.cc215 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 Dsanitizer_stack_store_test.cpp73 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 Dcpp.h72 const std::function<void()> before; member
/llvm-project/mlir/test/lib/Analysis/
H A DTestDataFlowFramework.cpp47 uint64_t before = *state; in join() local
/llvm-project/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp556 Block *before = whileOp.getBeforeBody(); matchAndRewrite() local
607 Block *before = whileOp.getBeforeBody(); matchAndRewrite() local
[all...]
/llvm-project/clang/include/clang/Edit/
H A DCommit.h102 bool insertWrap(StringRef before, SourceRange TokenRange, StringRef after) { in insertWrap()
/llvm-project/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseIterationToScf.cpp134 Block *before = rewriter.createBlock(&whileOp.getBefore(), {}, types, l); matchAndRewrite() local
H A DSparseBufferRewriting.cpp345 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 DStackArrays.cpp333 visitOperation(mlir::Operation * op,const LatticePoint & before,LatticePoint * after) visitOperation() argument
407 const mlir::dataflow::AbstractDenseLattice *before; processOperation() local
[all...]

12