OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveBefore
(Results
1 - 25
of
76
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.cpp
49
allocaInst->
moveBefore
(firstTerminatorInst);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
GuardUtils.cpp
103
WCAnd->
moveBefore
(WidenableBR);
122
WCAnd->
moveBefore
(WidenableBR);
CodeMoverUtils.cpp
411
I.
moveBefore
(MovePos);
423
I.
moveBefore
(MovePos);
LoopRotationUtils.cpp
430
Inst->
moveBefore
(LoopEntryBranch);
636
ExitSplit->
moveBefore
(Exit);
CallPromotionUtils.cpp
348
OrigInst->
moveBefore
(ElseTerm);
LoopUnrollAndJam.cpp
187
I->
moveBefore
(InsertLoc);
486
Phi->
moveBefore
(insertPoint);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp
31
I->
moveBefore
(&*IP);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSAUpdater.h
26
// instruction moving API, then just call
moveBefore
, moveAfter,or moveTo with
130
void
moveBefore
(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/src/external/apache2/llvm/dist/llvm/lib/IR/
PseudoProbe.cpp
130
I->
moveBefore
(To);
Instruction.cpp
97
void Instruction::
moveBefore
(Instruction *MovePos) {
98
moveBefore
(*MovePos->getParent(), MovePos->getIterator());
102
moveBefore
(*MovePos->getParent(), ++MovePos->getIterator());
105
void Instruction::
moveBefore
(BasicBlock &BB,
BasicBlock.cpp
133
void BasicBlock::
moveBefore
(BasicBlock *MovePos) {
/src/external/apache2/llvm/dist/llvm/examples/IRTransforms/
SimplifyCFG.cpp
290
I.
moveBefore
(Pred->getTerminator());
341
I.
moveBefore
(Pred->getTerminator());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
1322
InductionPHI->
moveBefore
(&InductionPHI->getParent()->front());
1390
I.
moveBefore
(OuterLoopHeader->getTerminator());
1508
P->
moveBefore
(InnerLatch->getFirstNonPHI());
1513
P->
moveBefore
(InnerExit->getFirstNonPHI());
1678
PHI->
moveBefore
(InnerLoopHeader->getFirstNonPHI());
1682
PHI->
moveBefore
(OuterLoopHeader->getFirstNonPHI());
DivRemPairs.cpp
304
DivInst->
moveBefore
(RemInst);
Sink.cpp
175
Inst->
moveBefore
(&*SuccToSinkTo->getFirstInsertionPt());
SpeculativeExecution.cpp
319
Current->
moveBefore
(ToBlock.getTerminator());
LoopSink.cpp
267
I.
moveBefore
(&*MoveBB->getFirstInsertionPt());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h
137
void
moveBefore
(Instruction *MovePos);
142
void
moveBefore
(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
BasicBlock.h
227
void
moveBefore
(BasicBlock *MovePos);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TypePromotion.cpp
493
I->
moveBefore
(InsertPt);
585
Trunc->
moveBefore
(Call);
596
Trunc->
moveBefore
(Switch);
606
Trunc->
moveBefore
(I);
CodeGenPrepare.cpp
1075
RelocatedBase->
moveBefore
(RI);
2196
ExtVal->
moveBefore
(CI);
2670
Inst->
moveBefore
(Position);
2688
Inst->
moveBefore
(Before);
2693
LLVM_DEBUG(dbgs() << "Undo:
moveBefore
: " << *Inst << "\n");
3006
/// Same as Instruction::
moveBefore
.
3007
void
moveBefore
(Instruction *Inst, Instruction *Before);
3069
void TypePromotionTransaction::
moveBefore
(Instruction *Inst,
4422
TPT.
moveBefore
(ExtForOpnd, ExtOpnd);
6802
TrueInst->
moveBefore
(TrueBranch)
[
all
...]
SjLjEHPrepare.cpp
356
LPI->
moveBefore
(&UnwindBlock->front());
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBlockPlacement.cpp
190
BB->
moveBefore
(Before);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
SVEIntrinsicOpts.cpp
166
MostEncompassingPTrue->
moveBefore
(BB, BB.getFirstInsertionPt());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp
122
BBCurr->
moveBefore
(TargetBB, TargetBB.end());
873
I->
moveBefore
(*OutputBB, OutputBB->end());
1094
Term->
moveBefore
(*ReturnBlock, ReturnBlock->end());
1124
Term->
moveBefore
(*EndBB, EndBB->end());
Completed in 56 milliseconds
1
2
3
4
Indexes created Tue Feb 24 08:35:24 UTC 2026