/external/llvm/test/Transforms/InstCombine/ |
D | fold-fops-into-selects.ll | 4 EntryBlock: 13 EntryBlock: 23 EntryBlock: 33 EntryBlock: 43 EntryBlock: 53 EntryBlock: 63 EntryBlock:
|
D | add3.ll | 9 EntryBlock:
|
/external/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 53 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local 69 Worklist.push_back({EntryBlock, EntryBlock}); in colorEHFunclets() 100 SuccColor = EntryBlock; in colorEHFunclets()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ShrinkWrapping.cpp | 152 EntryBlock = 0; in initShrinkWrappingInfo() 372 EntryBlock = Fn.begin(); in calculateSets() 430 if (MBB != EntryBlock) in calculateSets() 473 for (MachineBasicBlock::succ_iterator SI = EntryBlock->succ_begin(), in calculateSets() 474 SE = EntryBlock->succ_end(); SI != SE; ++SI) { in calculateSets() 496 if (MBB == EntryBlock || CSRUsed[MBB].empty() || MBB->succ_size() < 1) in calculateSets() 708 if (MBB == EntryBlock) { in calcSpillPlacements() 713 if (CSRSave[EntryBlock].intersects(CSRSave[MBB])) { in calcSpillPlacements() 714 CSRSave[MBB] = CSRSave[MBB] - CSRSave[EntryBlock]; in calcSpillPlacements() 776 if (! CSRSave[EntryBlock].empty()) in calcRestorePlacements() [all …]
|
D | PrologEpilogInserter.cpp | 312 I = EntryBlock->begin(); in insertCSRSpillsAndRestores() 313 if (!TFI->spillCalleeSavedRegisters(*EntryBlock, I, CSI, TRI)) { in insertCSRSpillsAndRestores() 317 EntryBlock->addLiveIn(CSI[i].getReg()); in insertCSRSpillsAndRestores() 322 TII.storeRegToStackSlot(*EntryBlock, I, Reg, true, in insertCSRSpillsAndRestores()
|
D | PrologEpilogInserter.h | 88 MachineBasicBlock* EntryBlock; variable
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | 2007-11-23-BitcastCrash.ll | 6 EntryBlock: 13 asmBlockAt738ab7f3: ; preds = %asmBlockAt738ab7f3, %EntryBlock 14 %ebp95 = phi i32 [ 128, %EntryBlock ], [ %24, %asmBlockAt738ab7f3 ] ; <i32> [#uses=2]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2007-11-23-BitcastCrash.ll | 6 EntryBlock: 13 asmBlockAt738ab7f3: ; preds = %asmBlockAt738ab7f3, %EntryBlock 14 %ebp95 = phi i32 [ 128, %EntryBlock ], [ %24, %asmBlockAt738ab7f3 ] ; <i32> [#uses=2]
|
/external/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 113 MachineBasicBlock *EntryBlock = &MF->front(); in spillCalleeSavedRegisters() local 130 EntryBlock->addLiveIn(Reg); in spillCalleeSavedRegisters()
|
D | MipsSEFrameLowering.cpp | 775 MachineBasicBlock *EntryBlock = &MF->front(); in spillCalleeSavedRegisters() local 788 EntryBlock->addLiveIn(Reg); in spillCalleeSavedRegisters() 813 TII.storeRegToStackSlot(*EntryBlock, MI, Reg, IsKill, in spillCalleeSavedRegisters()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | BlockFrequencyImpl.h | 272 BlockT *EntryBlock = fn->begin(); in doFunction() local 274 copy(po_begin(EntryBlock), po_end(EntryBlock), back_inserter(POT)); in doFunction()
|
D | LoopInfo.h | 795 BlockT *EntryBlock = BB->getParent()->begin(); in ConsiderForLoop() local 802 DT.dominates(EntryBlock, X)) { // X is reachable from entry block? in ConsiderForLoop()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-08-08-CastError.ll | 6 EntryBlock:
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-08-08-CastError.ll | 8 EntryBlock:
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | add3.ll | 9 EntryBlock:
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 96 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() local 97 IRBuilder<> Builder(EntryBlock); in makeStub()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 416 void traverse(BlockT *EntryBlock); 424 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse() argument 425 for (BlockT *BB : post_order(EntryBlock)) in traverse()
|
/external/swiftshader/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/ |
D | basic.ll | 63 EntryBlock:
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 345 BasicBlock *EntryBlock = Arg->getParent()->begin(); in isSafeToPromoteArgument() local 348 for (BasicBlock::iterator I = EntryBlock->begin(), E = EntryBlock->end(); in isSafeToPromoteArgument()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 523 BasicBlock &EntryBlock = F.getEntryBlock(); in emitProfileNotes() local 524 BasicBlock::iterator It = EntryBlock.begin(); in emitProfileNotes() 527 EntryBlock.splitBasicBlock(It); in emitProfileNotes()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 406 BasicBlock &EntryBlock = Arg->getParent()->getEntryBlock(); in invert() local 409 EntryBlock.getTerminator()); in invert()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 496 BasicBlock &EntryBlock = Arg->getParent()->front(); in isSafeToPromoteArgument() local 499 for (Instruction &I : EntryBlock) in isSafeToPromoteArgument()
|
D | GlobalOpt.cpp | 2435 const BasicBlock &EntryBlock = Fn.getEntryBlock(); in cxxDtorIsEmpty() local 2436 for (BasicBlock::const_iterator I = EntryBlock.begin(), E = EntryBlock.end(); in cxxDtorIsEmpty()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 248 BasicBlock &EntryBlock = AI.getParent()->getParent()->getEntryBlock(); in visitAllocaInst() local 249 Instruction *FirstInst = EntryBlock.getFirstNonPHIOrDbg(); in visitAllocaInst()
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | basic.ll | 63 EntryBlock:
|