Home
last modified time | relevance | path

Searched defs:NewBlock (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp110 auto &NewBlock = G.splitBlock(B, BlockSize, &Cache); in processBlock() local
H A DJITLink.cpp182 auto &NewBlock = in splitBlock() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp939 BasicBlock *NewBlock = BBMapping.second; in cloneCommonBlocks() local
974 BasicBlock *NewBlock = BBMapping.second; in cloneCommonBlocks() local
1014 BasicBlock *NewBlock = BBMapping.second; in cloneCommonBlocks() local
1027 BasicBlock *NewBlock = BBMapping.second; in cloneCommonBlocks() local
1343 BasicBlock *NewBlock = SplitEdge(IncomingBlock, PHIBlock); in replaceUseWithLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp112 MachineBasicBlock *NewBlock = Preheader->getParent()->CreateMachineBasicBlock( in revertWhileToDoLoop() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h401 BlockT *NewBlock) { in splitCriticalEdge()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1295 for (auto *NewBlock : NewBlocks) in getNonLocalPointerDepFromBB() local
1303 for (auto *NewBlock : NewBlocks) in getNonLocalPointerDepFromBB() local
H A DMemorySSAUpdater.cpp706 BasicBlock *NewBlock = cast_or_null<BasicBlock>(VMap.lookup(BB)); in updateForClonedLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp183 BasicBlock *EndBlock, StringRef NewBBName, BasicBlock **NewBlock, in createBasicBlockAndSinkSelectInst()
276 BasicBlock *NewBlock = nullptr; in unfold() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3091 auto *NewBlock = new VPBasicBlock(getName()); in clone() local
3132 auto *NewBlock = new VPIRBasicBlock(IRBB); in clone() local
3584 static void insertBlockAfter(VPBlockBase *NewBlock, VPBlockBase *BlockPtr) { in insertBlockAfter()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1653 Error overlapError(Block &NewBlock, Block &ExistingBlock) { in overlapError()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1723 BasicBlock *NewBlock = CurrentBlock->splitBasicBlock(CatchSwitch); in splitBeforeCatchSwitch() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2954 if (CFGBlock *NewBlock = addStmt(VA->getSizeExpr())) in VisitDeclSubExpr() local