Home
last modified time | relevance | path

Searched refs:moveAfter (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/devel/rudiments/rudiments-1.2.2/examples/
H A Dsinglylinkedlist-nodes.cpp26 sll.moveAfter(sll.find(7),sll.find(8)); in main()
27 sll.moveAfter(sll.find(8),sll.find(9)); in main()
28 sll.moveAfter(sll.find(9),sll.find(10)); in main()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp62 TEST(VPInstructionTest, moveAfter) { in TEST() argument
72 I1->moveAfter(I2); in TEST()
82 I3->moveAfter(I4); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp62 TEST(VPInstructionTest, moveAfter) { in TEST() argument
72 I1->moveAfter(I2); in TEST()
82 I3->moveAfter(I4); in TEST()
/dports/textproc/jade/jade-1.2.1/style/
H A DCollector.cxx142 scanPtr->moveAfter(&allObjectsList_); in collect()
173 obj->moveAfter(&permanentFinalizersList_); in makePermanent()
194 scanPtr->moveAfter(&permanentFinalizersList_); in makePermanent()
227 scanPtr->moveAfter(&allObjectsList_); in makeReadOnly1()
281 ((Object *)obj)->moveAfter(freePtr_); in unallocateObject()
H A DCollector.h41 void moveAfter(Object *tail);
126 void Collector::Object::moveAfter(Object *tail) in moveAfter() function
148 tem->moveAfter(&allObjectsList_); in allocateObject()
158 ((Object *)obj)->moveAfter(lastTraced_); in trace()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DCollector.cxx142 scanPtr->moveAfter(&allObjectsList_); in collect()
173 obj->moveAfter(&permanentFinalizersList_); in makePermanent()
194 scanPtr->moveAfter(&permanentFinalizersList_); in makePermanent()
227 scanPtr->moveAfter(&allObjectsList_); in makeReadOnly1()
281 ((Object *)obj)->moveAfter(freePtr_); in unallocateObject()
H A DCollector.h41 void moveAfter(Object *tail);
126 void Collector::Object::moveAfter(Object *tail) in moveAfter() function
148 tem->moveAfter(&allObjectsList_); in allocateObject()
158 ((Object *)obj)->moveAfter(lastTraced_); in trace()
/dports/sysutils/k3b/k3b-21.12.3/src/projects/
H A Dk3baudioprojectmodel.cpp591 track->copy()->moveAfter( dropTrackAfter ); in dropMimeData()
593 track->moveAfter( dropTrackAfter ); in dropMimeData()
611 source->copy()->moveAfter( dropSourceAfter ); in dropMimeData()
613 source->moveAfter( dropSourceAfter ); in dropMimeData()
637 track->moveAfter( dropTrackAfter ); in dropMimeData()
669 source->moveAfter( dropSourceAfter ); in dropMimeData()
679 track->moveAfter( dropTrackAfter ); in dropMimeData()
H A Dk3baudiotrackaddingdialog.cpp211 file->moveAfter( m_sourceAfter ); in slotAnalysingFinished()
227 track->moveAfter( m_trackAfter ); in slotAnalysingFinished()
229 track->moveAfter( m_doc->lastTrack() ); in slotAnalysingFinished()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/projects/audiocd/
H A Dk3baudiodatasource.cpp71 void K3b::AudioDataSource::moveAfter( K3b::AudioDataSource* source ) in moveAfter() function in K3b::AudioDataSource
151 s->moveAfter( this ); in split()
H A Dk3baudiotrack.cpp396 void K3b::AudioTrack::moveAfter( K3b::AudioTrack* track ) in moveAfter() function in K3b::AudioTrack
407 moveAfter( doc()->lastTrack() ); in moveAfter()
534 s->moveAfter( sourceAfter ); in merge()
582 source->moveAfter( s ); in addSource()
665 splitTrack->moveAfter( this ); in split()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DDivRemPairs.cpp106 RemInst->moveAfter(DivInst); in optimizeDivRem()
108 DivInst->moveAfter(RemInst); in optimizeDivRem()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DDivRemPairs.cpp100 RemInst->moveAfter(DivInst); in _equalAlias()
102 DivInst->moveAfter(RemInst);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp63 TEST(VPInstructionTest, moveAfter) { in TEST() argument
73 I1->moveAfter(I2); in TEST()
83 I3->moveAfter(I4); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp63 TEST(VPInstructionTest, moveAfter) { in TEST() argument
73 I1->moveAfter(I2); in TEST()
83 I3->moveAfter(I4); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp212 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
216 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp212 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
216 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp212 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
216 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp212 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
216 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()

12345678910>>...26