Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
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()
DBasicAliasAnalysis.cpp1679 if (!Inst || Inst->getParent()->isEntryBlock()) in isValueEqualInPotentialCycles()
DLazyValueInfo.cpp681 if (BB->isEntryBlock()) { in solveBlockValueNonLocal()
DMemorySSA.cpp2637 if (I->getParent()->isEntryBlock()) in IsGuaranteedLoopInvariant()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunctionSplitter.cpp211 if (MBB.isEntryBlock()) in runOnMachineFunction()
DBranchRelaxation.cpp495 assert(!DestBB->isEntryBlock()); in fixupUnconditionalBranch()
DAssignmentTrackingAnalysis.cpp2258 assert(BB->isEntryBlock()); in removeUndefDbgLocsFromEntryBlock()
2340 if (BB->isEntryBlock()) in removeRedundantDbgLocs()
DMachineBlockPlacement.cpp2346 if (Top->isEntryBlock()) in rotateLoop()
2426 if (ChainHeaderBB->isEntryBlock()) in rotateLoopWithProfile()
DMachineBasicBlock.cpp292 bool MachineBasicBlock::isEntryBlock() const { in isEntryBlock() function in MachineBasicBlock
/openbsd/src/gnu/llvm/llvm/lib/IR/
DBasicBlock.cpp264 if (isEntryBlock()) { in getFirstNonPHIOrDbgOrAlloca()
395 bool BasicBlock::isEntryBlock() const { in isEntryBlock() function in BasicBlock
DInstructions.cpp1523 return Parent->isEntryBlock() && !isUsedWithInAlloca(); in isStaticAlloca()
DAsmWriter.cpp3942 bool IsEntryBlock = BB->getParent() && BB->isEntryBlock(); in printBasicBlock()
DVerifier.cpp5234 Check(BB->isEntryBlock(), "llvm.localescape used outside of entry block", in visitIntrinsicCall()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp420 if (!MBB.isEntryBlock()) in beginBasicBlockSection()
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/
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()
DLocal.cpp780 bool ReplaceEntryBB = PredBB->isEntryBlock(); in MergeBasicBlockIntoOnlyPred()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DBasicBlock.h532 bool isEntryBlock() const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp157 if (Preheader->isEntryBlock()) in isLoopNeverExecuted()
DMergeICmps.cpp713 const bool ChainEntryIsFnEntry = EntryBlock_->isEntryBlock(); in simplify()
DDeadStoreElimination.cpp1287 return I->getParent()->isEntryBlock() || in isGuaranteedLoopInvariant()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h589 bool isEntryBlock() const;
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DStandardInstrumentations.cpp952 if (BB->isEntryBlock()) { in printBBName()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp162 (MI.getParent()->isEntryBlock() && !MI.getDebugLoc())) && in createdInstr()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenFunction.h396 assert(AllocaInsertPt->getParent()->isEntryBlock() &&

12