Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp1679 if (!Inst || Inst->getParent()->isEntryBlock()) in isValueEqualInPotentialCycles()
H A DLazyValueInfo.cpp681 if (BB->isEntryBlock()) { in solveBlockValueNonLocal()
H A DMemorySSA.cpp2637 if (I->getParent()->isEntryBlock()) in IsGuaranteedLoopInvariant()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp211 if (MBB.isEntryBlock()) in runOnMachineFunction()
H A DBranchRelaxation.cpp495 assert(!DestBB->isEntryBlock()); in fixupUnconditionalBranch()
H A DAssignmentTrackingAnalysis.cpp2258 assert(BB->isEntryBlock()); in removeUndefDbgLocsFromEntryBlock()
2340 if (BB->isEntryBlock()) in removeRedundantDbgLocs()
H A DMachineBlockPlacement.cpp2346 if (Top->isEntryBlock()) in rotateLoop()
2426 if (ChainHeaderBB->isEntryBlock()) in rotateLoopWithProfile()
H A DMachineBasicBlock.cpp292 bool MachineBasicBlock::isEntryBlock() const { in isEntryBlock() function in MachineBasicBlock
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp264 if (isEntryBlock()) { in getFirstNonPHIOrDbgOrAlloca()
395 bool BasicBlock::isEntryBlock() const { in isEntryBlock() function in BasicBlock
H A DAsmWriter.cpp3942 bool IsEntryBlock = BB->getParent() && BB->isEntryBlock(); in printBasicBlock()
H A DInstructions.cpp1523 return Parent->isEntryBlock() && !isUsedWithInAlloca(); in isStaticAlloca()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp420 if (!MBB.isEntryBlock()) in beginBasicBlockSection()
H A DAsmPrinter.cpp1352 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol(); in emitBBAddrMapSection()
3707 if (MBB.isBeginSection() && !MBB.isEntryBlock()) { in emitBasicBlockStart()
3778 if (MBB.isBeginSection() && !MBB.isEntryBlock()) in emitBasicBlockStart()
3817 if ((MF->hasBBLabels() || MBB.isBeginSection()) && !MBB.isEntryBlock()) in shouldEmitLabelForBasicBlock()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp504 assert(BB->isEntryBlock() && "expected entry block"); in remomveUndefDbgAssignsFromEntryBlock()
552 if (BB->isEntryBlock() && in RemoveRedundantDbgInstrs()
1005 if (NewBB->isEntryBlock() && DTU->hasDomTree()) { in UpdateAnalysisInformation()
1025 assert(NewBB->isEntryBlock()); in UpdateAnalysisInformation()
H A DLocal.cpp780 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DBasicBlock.h532 bool isEntryBlock() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp157 if (Preheader->isEntryBlock()) in isLoopNeverExecuted()
H A DMergeICmps.cpp713 const bool ChainEntryIsFnEntry = EntryBlock_->isEntryBlock(); in simplify()
H A DDeadStoreElimination.cpp1287 return I->getParent()->isEntryBlock() || in isGuaranteedLoopInvariant()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h589 bool isEntryBlock() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1354 if (!TransferInst && !LastNonDbgMI && MI.getParent()->isEntryBlock()) in removeEntryValue()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp952 if (BB->isEntryBlock()) { in printBBName()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp162 (MI.getParent()->isEntryBlock() && !MI.getDebugLoc())) && in createdInstr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h396 assert(AllocaInsertPt->getParent()->isEntryBlock() &&

12