| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFG.cpp | 268 if (A->isEntryBlock() && DT->isReachableFromEntry(B)) in isPotentiallyReachable() 270 if (B->isEntryBlock() && DT->isReachableFromEntry(A)) in isPotentiallyReachable() 307 if (BB->isEntryBlock()) in isPotentiallyReachable()
|
| H A D | BasicAliasAnalysis.cpp | 1830 if (!Inst || Inst->getParent()->isEntryBlock()) in isValueEqualInPotentialCycles()
|
| H A D | LazyValueInfo.cpp | 721 if (BB->isEntryBlock()) { in solveBlockValueNonLocal()
|
| H A D | MemorySSA.cpp | 2674 if (I->getParent()->isEntryBlock()) in IsGuaranteedLoopInvariant()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionSplitter.cpp | 170 if (MBB.isEntryBlock()) in runOnMachineFunction()
|
| H A D | BranchRelaxation.cpp | 621 assert(!DestBB->isEntryBlock()); in fixupUnconditionalBranch()
|
| H A D | MachineBlockPlacement.cpp | 2383 if (Top->isEntryBlock()) in rotateLoop() 2463 if (ChainHeaderBB->isEntryBlock()) in rotateLoopWithProfile()
|
| H A D | AssignmentTrackingAnalysis.cpp | 2650 assert(BB->isEntryBlock()); in removeUndefDbgLocsFromEntryBlock() 2737 if (BB->isEntryBlock()) in removeRedundantDbgLocs()
|
| H A D | MachineBasicBlock.cpp | 294 bool MachineBasicBlock::isEntryBlock() const { in isEntryBlock() function in MachineBasicBlock
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GenericConvergenceVerifierImpl.h | 72 Check(I.getParent()->isEntryBlock(), in visit()
|
| H A D | BasicBlock.h | 685 bool isEntryBlock() const;
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertWriteVXRM.cpp | 338 if (MBB.isEntryBlock()) { in emitWriteVXRM()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 547 assert(BB->isEntryBlock() && "expected entry block"); in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock() 650 assert(BB->isEntryBlock() && "expected entry block"); in removeUndefDbgAssignsFromEntryBlock() 698 if (BB->isEntryBlock() && in RemoveRedundantDbgInstrs() 1154 if (NewBB->isEntryBlock() && DTU->hasDomTree()) { in UpdateAnalysisInformation() 1174 assert(NewBB->isEntryBlock()); in UpdateAnalysisInformation()
|
| H A D | Local.cpp | 786 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 437 if (isEntryBlock()) { in getFirstNonPHIOrDbgOrAlloca() 569 bool BasicBlock::isEntryBlock() const { in isEntryBlock() function in BasicBlock
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 429 if (!MBB.isEntryBlock()) in beginBasicBlockSection()
|
| H A D | AsmPrinter.cpp | 1400 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol(); in emitBBAddrMapSection() 1402 Features.MultiBBRange && (MBB.isBeginSection() || MBB.isEntryBlock()); in emitBBAddrMapSection() 3965 if (MBB.isBeginSection() && !MBB.isEntryBlock()) { in emitBasicBlockStart() 4028 if (MBB.isBeginSection() && !MBB.isEntryBlock()) { in emitBasicBlockStart() 4075 !MBB.isEntryBlock()) in shouldEmitLabelForBasicBlock()
|
| /src/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 | 1633 if (BB->isEntryBlock()) in performStackMoveOptzn()
|
| H A D | DeadStoreElimination.cpp | 1315 return I->getParent()->isEntryBlock() || in isGuaranteedLoopInvariant()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 640 bool isEntryBlock() const;
|
| /src/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 | 2443 LLVM_DEBUG(if (!MBB.isEntryBlock()) dbgs() in mlocJoin()
|
| /src/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1198 if (BB->isEntryBlock()) { in printBBName()
|