Home
last modified time | relevance | path

Searched refs:isEntryBlock (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp218 if (A->isEntryBlock() && DT->isReachableFromEntry(B)) in isPotentiallyReachable()
220 if (B->isEntryBlock() && DT->isReachableFromEntry(A)) in isPotentiallyReachable()
257 if (BB->isEntryBlock()) in isPotentiallyReachable()
H A DBasicAliasAnalysis.cpp1737 if (!Inst || Inst->getParent()->isEntryBlock()) in isValueEqualInPotentialCycles()
H A DLazyValueInfo.cpp711 if (BB->isEntryBlock()) { in solveBlockValueNonLocal()
H A DMemorySSA.cpp2611 if (I->getParent()->isEntryBlock()) in IsGuaranteedLoopInvariant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp176 if (MBB.isEntryBlock()) in runOnMachineFunction()
H A DBranchRelaxation.cpp621 assert(!DestBB->isEntryBlock()); in fixupUnconditionalBranch()
H A DMachineBlockPlacement.cpp2347 if (Top->isEntryBlock()) in rotateLoop()
2427 if (ChainHeaderBB->isEntryBlock()) in rotateLoopWithProfile()
H A DAssignmentTrackingAnalysis.cpp2643 assert(BB->isEntryBlock()); in removeUndefDbgLocsFromEntryBlock()
2730 if (BB->isEntryBlock()) in removeRedundantDbgLocs()
H A DMachineBasicBlock.cpp294 bool MachineBasicBlock::isEntryBlock() const { in isEntryBlock() function in MachineBasicBlock
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h73 Check(I.getParent()->isEntryBlock(), in visit()
H A DBasicBlock.h684 bool isEntryBlock() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp337 if (MBB.isEntryBlock()) { in emitWriteVXRM()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp536 assert(BB->isEntryBlock() && "expected entry block"); in DPValuesRemoveUndefDbgAssignsFromEntryBlock()
639 assert(BB->isEntryBlock() && "expected entry block"); in removeUndefDbgAssignsFromEntryBlock()
687 if (BB->isEntryBlock() && in RemoveRedundantDbgInstrs()
1142 if (NewBB->isEntryBlock() && DTU->hasDomTree()) { in UpdateAnalysisInformation()
1162 assert(NewBB->isEntryBlock()); in UpdateAnalysisInformation()
H A DLocal.cpp779 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp469 if (isEntryBlock()) { in getFirstNonPHIOrDbgOrAlloca()
601 bool BasicBlock::isEntryBlock() const { in isEntryBlock() function in BasicBlock
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp421 if (!MBB.isEntryBlock()) in beginBasicBlockSection()
H A DAsmPrinter.cpp1397 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol(); in emitBBAddrMapSection()
3950 if (MBB.isBeginSection() && !MBB.isEntryBlock()) { in emitBasicBlockStart()
4013 if (MBB.isBeginSection() && !MBB.isEntryBlock()) in emitBasicBlockStart()
4052 if ((MF->hasBBLabels() || MBB.isBeginSection()) && !MBB.isEntryBlock()) in shouldEmitLabelForBasicBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp155 if (Preheader->isEntryBlock()) in isLoopNeverExecuted()
H A DMergeICmps.cpp716 const bool ChainEntryIsFnEntry = EntryBlock_->isEntryBlock(); in simplify()
H A DMemCpyOptimizer.cpp1564 if (BB->isEntryBlock()) in performStackMoveOptzn()
H A DDeadStoreElimination.cpp1315 return I->getParent()->isEntryBlock() || in isGuaranteedLoopInvariant()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h611 bool isEntryBlock() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1354 if (!TransferInst && !LastNonDbgMI && MI.getParent()->isEntryBlock()) in removeEntryValue()
H A DInstrRefBasedImpl.cpp2409 LLVM_DEBUG(if (!MBB.isEntryBlock()) dbgs() in mlocJoin()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1124 if (BB->isEntryBlock()) { in printBBName()

12