/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | Tracker.cpp | 81 BotLLVMI->insertInto(LLVMBB, LLVMBB->end()); in revert() 116 RemovedI->insertInto(BB, BB->end()); in revert()
|
H A D | SandboxIR.cpp | 408 insertInto(AfterI->getParent(), std::next(AfterI->getIterator())); in insertAfter() 411 void Instruction::insertInto(BasicBlock *BB, const BBIterator &WhereIt) { in insertInto() function in Instruction 425 I->insertInto(LLVMBB, LLVMBeforeIt); in insertInto()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 144 PtrCast->insertInto(BB, BB->end()); in createWrapper() 184 Cast->insertInto(BB, BB->end()); in createWrapper()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | UnifyFunctionExitNodes.cpp | 69 PN->insertInto(NewRetBlock, NewRetBlock->end());
|
H A D | BasicBlockUtils.cpp | 733 BasicBlock::iterator New = I->insertInto(BB, BI); in ReplaceInstWithInst() 1511 Clone1->insertInto(NewBB1, NewBB1->getFirstInsertionPt()); in SplitLandingPadPredecessorsImpl() 1516 Clone2->insertInto(NewBB2, NewBB2->getFirstInsertionPt()); in SplitLandingPadPredecessorsImpl() 1556 NewRet->insertInto(Pred, Pred->end()); in FoldReturnIntoUncondBranch() 1568 NewBC->insertInto(Pred, NewRet->getIterator()); in FoldReturnIntoUncondBranch() 1578 NewEV->insertInto(Pred, NewBC->getIterator()); in FoldReturnIntoUncondBranch() 1580 NewEV->insertInto(Pred, NewRet->getIterator()); in FoldReturnIntoUncondBranch()
|
H A D | CodeExtractor.cpp | 1230 GEP->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement() 1248 call->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement() 1268 GEP->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement() 1815 BranchI->insertInto(newFuncRoot, newFuncRoot->end()); in extractCodeRegion()
|
H A D | LibCallsShrinkWrap.cpp | 480 CI->insertInto(CallBB, CallBB->getFirstInsertionPt()); in shrinkWrapCI()
|
H A D | CloneFunction.cpp | 517 NewInst->insertInto(NewBB, NewBB->end()); in CloneBlock() 613 NewInst->insertInto(NewBB, NewBB->end()); in CloneBlock()
|
H A D | LowerSwitch.cpp | 300 Comp->insertInto(NewNode, NewNode->end()); in SwitchConvert()
|
H A D | SimplifyCFG.cpp | 1127 NewBonusInst->insertInto(PredBlock, PTI->getIterator()); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses() 1831 NT->insertInto(TIParent, TI->getIterator()); in hoistSuccIdenticalTerminatorToSwitchOrIf() 2647 MergedInvoke->insertInto(MergedInvokeBB, MergedInvokeBB->end()); in MergeCompatibleInvokesImpl() 3391 N->insertInto(EdgeBB, InsertPt); in FoldCondBranchOnValueKnownInPredecessorImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimplifyCFGPass.cpp | 114 std::get<1>(I)->insertInto(CanonicalBB, CanonicalBB->end()); in performBlockTailMerging() 119 CanonicalTerm->insertInto(CanonicalBB, CanonicalBB->end()); in performBlockTailMerging()
|
H A D | TLSVariableHoist.cpp | 224 CastInst->insertInto(PosBB, Iter); in genBitCastInst()
|
H A D | JumpTableToSwitch.cpp | 127 Call->insertInto(B, B->end()); in expandToSwitch()
|
H A D | JumpThreading.cpp | 2086 New->insertInto(NewBB, NewBB->end()); in cloneInstructions() 2682 New->insertInto(PredBB, OldPredBranch->getIterator()); in duplicateCondBranchOnPHIIntoPred() 2770 PredTerm->insertInto(NewBB, NewBB->end()); in unfoldSelectInstr()
|
H A D | SimpleLoopUnswitch.cpp | 300 NewInst->insertInto(&BB, BB.end()); in buildPartialInvariantUnswitchConditionalBranch() 631 BI.clone()->insertInto(ParentBB, ParentBB->end()); in unswitchTrivialBranch() 2351 NewTI->insertInto(ParentBB, ParentBB->end()); in unswitchNontrivialInvariants()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 175 friend BasicBlock::iterator Instruction::insertInto(BasicBlock *BB, 381 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
|
H A D | Instruction.h | 218 InstListType::iterator insertInto(BasicBlock *ParentBB,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 1004 return insertInto(F, N); in get() 1159 Node &insertInto(Function &F, Node *&MappedN);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 922 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks() 1361 CatchRet->insertInto(IncomingBlock, IncomingBlock->end()); in replaceUseWithLoad() 1362 Goto->insertInto(NewBlock, NewBlock->end()); in replaceUseWithLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 187 insertInto(NewParent, InsertBefore); in BasicBlock() 198 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
|
H A D | Instruction.cpp | 42 insertInto(BB, InsertBefore); in Instruction() 115 BasicBlock::iterator Instruction::insertInto(BasicBlock *ParentBB, in insertInto() function in Instruction
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 419 NewMO.I->insertInto(CaseBB, CaseBB->end()); in perform()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 546 void insertInto(BasicBlock *BB, const BBIterator &WhereIt);
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 951 InstsToAppend[I]->insertInto(NormalExit, NormalExit->end()); in PopCleanupBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 712 CurrBB.insertInto(&New); in moveFunctionData() 1873 NewI->insertInto(OutputBB, OutputBB->end()); in replaceArgumentUses()
|