HomeSort by: relevance | last modified time | path
    Searched refs:isEntryBlock (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFG.cpp 222 if (A->isEntryBlock() && DT->isReachableFromEntry(B))
224 if (B->isEntryBlock() && DT->isReachableFromEntry(A))
262 if (BB->isEntryBlock())
LazyValueInfo.cpp 676 if (BB->isEntryBlock()) {
MemorySSA.cpp 2556 if (I->getParent()->isEntryBlock())
InstructionSimplify.cpp 227 if (I->getParent()->isEntryBlock() && !isa<InvokeInst>(I) &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunctionSplitter.cpp 128 if (MBB.isEntryBlock())
MachineBlockPlacement.cpp 2312 if (Top->isEntryBlock())
2392 if (ChainHeaderBB->isEntryBlock())
MachineBasicBlock.cpp 290 bool MachineBasicBlock::isEntryBlock() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 117 if (Preheader->isEntryBlock())
MergeICmps.cpp 735 const bool ChainEntryIsFnEntry = EntryBlock_->isEntryBlock();
DeadStoreElimination.cpp 1273 if (I->getParent()->isEntryBlock())
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
BasicBlock.h 485 bool isEntryBlock() const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
BasicBlock.cpp 375 bool BasicBlock::isEntryBlock() const {
AsmWriter.cpp 3862 bool IsEntryBlock = BB->isEntryBlock();
3867 } else if (!IsEntryBlock) {
3876 if (!IsEntryBlock) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 884 if (NewBB->isEntryBlock() && DTU->hasDomTree()) {
903 assert(NewBB->isEntryBlock());
Local.cpp 741 bool ReplaceEntryBB = PredBB->isEntryBlock();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 535 bool isEntryBlock() const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 1143 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol();
3232 if (MBB.isBeginSection() && !MBB.isEntryBlock()) {
3290 if (MBB.isBeginSection() && !MBB.isEntryBlock())
3329 if ((MF->hasBBLabels() || MBB.isBeginSection()) && !MBB.isEntryBlock())
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
StandardInstrumentations.cpp 958 if (BB->isEntryBlock()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 2084 if (FromBB->isEntryBlock())

Completed in 92 milliseconds