| /openbsd-src/gnu/llvm/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 | 1679 if (!Inst || Inst->getParent()->isEntryBlock()) in isValueEqualInPotentialCycles()
|
| H A D | LazyValueInfo.cpp | 681 if (BB->isEntryBlock()) { in solveBlockValueNonLocal()
|
| H A D | MemorySSA.cpp | 2637 if (I->getParent()->isEntryBlock()) in IsGuaranteedLoopInvariant()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunctionSplitter.cpp | 211 if (MBB.isEntryBlock()) in runOnMachineFunction()
|
| H A D | BranchRelaxation.cpp | 495 assert(!DestBB->isEntryBlock()); in fixupUnconditionalBranch()
|
| H A D | AssignmentTrackingAnalysis.cpp | 2258 assert(BB->isEntryBlock()); in removeUndefDbgLocsFromEntryBlock() 2340 if (BB->isEntryBlock()) in removeRedundantDbgLocs()
|
| H A D | MachineBlockPlacement.cpp | 2346 if (Top->isEntryBlock()) in rotateLoop() 2426 if (ChainHeaderBB->isEntryBlock()) in rotateLoopWithProfile()
|
| H A D | MachineBasicBlock.cpp | 292 bool MachineBasicBlock::isEntryBlock() const { in isEntryBlock() function in MachineBasicBlock
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 264 if (isEntryBlock()) { in getFirstNonPHIOrDbgOrAlloca() 395 bool BasicBlock::isEntryBlock() const { in isEntryBlock() function in BasicBlock
|
| H A D | AsmWriter.cpp | 3942 bool IsEntryBlock = BB->getParent() && BB->isEntryBlock(); in printBasicBlock()
|
| H A D | Instructions.cpp | 1523 return Parent->isEntryBlock() && !isUsedWithInAlloca(); in isStaticAlloca()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 420 if (!MBB.isEntryBlock()) in beginBasicBlockSection()
|
| H A D | AsmPrinter.cpp | 1352 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 D | BasicBlockUtils.cpp | 504 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 D | Local.cpp | 780 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 532 bool isEntryBlock() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDeletion.cpp | 157 if (Preheader->isEntryBlock()) in isLoopNeverExecuted()
|
| H A D | MergeICmps.cpp | 713 const bool ChainEntryIsFnEntry = EntryBlock_->isEntryBlock(); in simplify()
|
| H A D | DeadStoreElimination.cpp | 1287 return I->getParent()->isEntryBlock() || in isGuaranteedLoopInvariant()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 589 bool isEntryBlock() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1354 if (!TransferInst && !LastNonDbgMI && MI.getParent()->isEntryBlock()) in removeEntryValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 952 if (BB->isEntryBlock()) { in printBBName()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 162 (MI.getParent()->isEntryBlock() && !MI.getDebugLoc())) && in createdInstr()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 396 assert(AllocaInsertPt->getParent()->isEntryBlock() &&
|