| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFG.cpp | 218 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 D | BasicAliasAnalysis.cpp | 1737 if (!Inst || Inst->getParent()->isEntryBlock()) in isValueEqualInPotentialCycles()
|
| H A D | LazyValueInfo.cpp | 711 if (BB->isEntryBlock()) { in solveBlockValueNonLocal()
|
| H A D | MemorySSA.cpp | 2611 if (I->getParent()->isEntryBlock()) in IsGuaranteedLoopInvariant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionSplitter.cpp | 176 if (MBB.isEntryBlock()) in runOnMachineFunction()
|
| H A D | BranchRelaxation.cpp | 621 assert(!DestBB->isEntryBlock()); in fixupUnconditionalBranch()
|
| H A D | MachineBlockPlacement.cpp | 2347 if (Top->isEntryBlock()) in rotateLoop() 2427 if (ChainHeaderBB->isEntryBlock()) in rotateLoopWithProfile()
|
| H A D | AssignmentTrackingAnalysis.cpp | 2643 assert(BB->isEntryBlock()); in removeUndefDbgLocsFromEntryBlock() 2730 if (BB->isEntryBlock()) in removeRedundantDbgLocs()
|
| H A D | MachineBasicBlock.cpp | 294 bool MachineBasicBlock::isEntryBlock() const { in isEntryBlock() function in MachineBasicBlock
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GenericConvergenceVerifierImpl.h | 73 Check(I.getParent()->isEntryBlock(), in visit()
|
| H A D | BasicBlock.h | 684 bool isEntryBlock() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertWriteVXRM.cpp | 337 if (MBB.isEntryBlock()) { in emitWriteVXRM()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 536 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 D | Local.cpp | 779 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 469 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 D | DebugHandlerBase.cpp | 421 if (!MBB.isEntryBlock()) in beginBasicBlockSection()
|
| H A D | AsmPrinter.cpp | 1397 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 D | LoopDeletion.cpp | 155 if (Preheader->isEntryBlock()) in isLoopNeverExecuted()
|
| H A D | MergeICmps.cpp | 716 const bool ChainEntryIsFnEntry = EntryBlock_->isEntryBlock(); in simplify()
|
| H A D | MemCpyOptimizer.cpp | 1564 if (BB->isEntryBlock()) in performStackMoveOptzn()
|
| H A D | DeadStoreElimination.cpp | 1315 return I->getParent()->isEntryBlock() || in isGuaranteedLoopInvariant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 611 bool isEntryBlock() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1354 if (!TransferInst && !LastNonDbgMI && MI.getParent()->isEntryBlock()) in removeEntryValue()
|
| H A D | InstrRefBasedImpl.cpp | 2409 LLVM_DEBUG(if (!MBB.isEntryBlock()) dbgs() in mlocJoin()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1124 if (BB->isEntryBlock()) { in printBBName()
|