Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp269 if (A->isEntryBlock() && DT->isReachableFromEntry(B)) in isPotentiallyReachable()
271 if (B->isEntryBlock() && DT->isReachableFromEntry(A)) in isPotentiallyReachable()
308 if (BB->isEntryBlock()) in isPotentiallyReachable()
H A DBasicAliasAnalysis.cpp1869 if (!Inst || Inst->getParent()->isEntryBlock()) in isValueEqualInPotentialCycles()
H A DLazyValueInfo.cpp678 if (BB->isEntryBlock()) { in solveBlockValueNonLocal()
H A DMemorySSA.cpp2649 if (I->getParent()->isEntryBlock()) in IsGuaranteedLoopInvariant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp181 if (MBB.isEntryBlock()) in runOnMachineFunction()
H A DBranchRelaxation.cpp646 assert(!DestBB->isEntryBlock()); in fixupUnconditionalBranch()
H A DAssignmentTrackingAnalysis.cpp2623 assert(BB->isEntryBlock()); in removeUndefDbgLocsFromEntryBlock()
2709 if (BB->isEntryBlock()) in removeRedundantDbgLocs()
H A DMachineBlockPlacement.cpp2434 if (Top->isEntryBlock()) in rotateLoop()
2514 if (ChainHeaderBB->isEntryBlock()) in rotateLoopWithProfile()
H A DMachineBasicBlock.cpp294 bool MachineBasicBlock::isEntryBlock() const { in isEntryBlock() function in MachineBasicBlock
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h72 Check(I.getParent()->isEntryBlock(), in visit()
H A DBasicBlock.h727 LLVM_ABI bool isEntryBlock() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp487 assert(BB->isEntryBlock() && "expected entry block"); in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock()
563 if (BB->isEntryBlock() && in RemoveRedundantDbgInstrs()
1014 if (NewBB->isEntryBlock() && DTU->hasDomTree()) { in UpdateAnalysisInformation()
1034 assert(NewBB->isEntryBlock()); in UpdateAnalysisInformation()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp414 if (isEntryBlock()) { in getFirstNonPHIOrDbgOrAlloca()
549 bool BasicBlock::isEntryBlock() const { in isEntryBlock() function in BasicBlock
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp362 if (MBB.isEntryBlock()) { in emitWriteVXRM()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp433 if (!MBB.isEntryBlock()) in beginBasicBlockSection()
H A DAsmPrinter.cpp1476 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol(); in emitBBAddrMapSection()
1478 Features.MultiBBRange && (MBB.isBeginSection() || MBB.isEntryBlock()); in emitBBAddrMapSection()
4349 if (MBB.isBeginSection() && !MBB.isEntryBlock()) { in emitBasicBlockStart()
4417 if (MBB.isBeginSection() && !MBB.isEntryBlock()) { in emitBasicBlockStart()
4463 !MBB.isEntryBlock()) in shouldEmitLabelForBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp155 if (Preheader->isEntryBlock()) in isLoopNeverExecuted()
H A DMergeICmps.cpp720 const bool ChainEntryIsFnEntry = EntryBlock_->isEntryBlock(); in simplify()
H A DMemCpyOptimizer.cpp1646 if (BB->isEntryBlock()) in performStackMoveOptzn()
H A DDeadStoreElimination.cpp1464 return I->getParent()->isEntryBlock() || in isGuaranteedLoopInvariant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUWaitSGPRHazards.cpp505 if (Succ->getSinglePredecessor() && !Succ->isEntryBlock()) { in run()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp245 bool entryBlock = builder.getInsertionBlock()->isEntryBlock(); in cleanup()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h668 LLVM_ABI bool isEntryBlock() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1366 if (!TransferInst && !LastNonDbgMI && MI.getParent()->isEntryBlock()) in removeEntryValue()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1195 if (BB->isEntryBlock()) { in printBBName()

12