OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveAfter
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp
213
JumpAroundTarget->
moveAfter
(LayoutSucc);
217
UncondTarget->
moveAfter
(JumpAroundTarget);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DivRemPairs.cpp
254
RemInst->
moveAfter
(DivInst);
256
DivInst->
moveAfter
(RemInst);
JumpThreading.cpp
2273
NewBB->
moveAfter
(PredBB);
2393
NewBB->
moveAfter
(PredBB);
MemCpyOptimizer.cpp
640
MSSAU->
moveAfter
(MA, MemInsertPoint);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSAUpdater.h
26
// instruction moving API, then just call moveBefore,
moveAfter
,or moveTo with
131
void
moveAfter
(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGSort.cpp
327
Next->
moveAfter
(MBB);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
BasicBlock.h
231
void
moveAfter
(BasicBlock *MovePos);
Instruction.h
146
void
moveAfter
(Instruction *MovePos);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackProtector.cpp
546
NewBB->
moveAfter
(BB);
BranchFolding.cpp
1508
MBB->
moveAfter
(&MF.back());
1701
MBB->
moveAfter
(PredBB);
1750
MBB->
moveAfter
(&MF.back());
TypePromotion.cpp
495
I->
moveAfter
(InsertPt);
CodeGenPrepare.cpp
4352
ITrunc->
moveAfter
(ExtOpnd);
6226
ExtFedByLoad->
moveAfter
(LI);
6912
BCI->
moveAfter
(Op);
7334
Transition->
moveAfter
(ToBePromoted);
MachineBasicBlock.cpp
637
void MachineBasicBlock::
moveAfter
(MachineBasicBlock *NewBefore) {
AtomicExpandPass.cpp
325
TrailingFence->
moveAfter
(I);
IfConversion.cpp
2342
FromMBB.
moveAfter
(Last);
/src/external/apache2/llvm/dist/llvm/lib/IR/
BasicBlock.cpp
138
void BasicBlock::
moveAfter
(BasicBlock *MovePos) {
Instruction.cpp
101
void Instruction::
moveAfter
(Instruction *MovePos) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
612
void
moveAfter
(MachineBasicBlock *NewBefore);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
116
NewBB->
moveAfter
(FoundBB);
CodeExtractor.cpp
1680
cast<Instruction>(II)->
moveAfter
(FirstSunkAlloca);
Local.cpp
782
DestBB->
moveAfter
(PredBB);
1950
DII->
moveAfter
(&DomPoint);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
2520
DVI->
moveAfter
(InsertPt);
2522
DVI->
moveAfter
(F->getEntryBlock().getFirstNonPHI());
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp
1196
void MemorySSAUpdater::
moveAfter
(MemoryUseOrDef *What, MemoryUseOrDef *Where) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.cpp
558
void VPRecipeBase::
moveAfter
(VPRecipeBase *InsertPos) {
VPlan.h
689
void
moveAfter
(VPRecipeBase *MovePos);
Completed in 75 milliseconds
1
2
Indexes created Tue Jun 09 00:24:00 UTC 2026