HomeSort by relevance Sort by last modified time
    Searched full:parentblock (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 157 RenderBlockFlow& parentBlock = block();
161 parentBlock.setLocation(boundingRect.location());
162 parentBlock.setSize(boundingRect.size());
  /external/llvm/lib/CodeGen/
MachineSink.cpp 607 MachineBasicBlock *ParentBlock = MI->getParent();
608 MachineBasicBlock *SuccToSinkTo = FindSuccToSinkTo(MI, ParentBlock, BreakPHIEdge);
643 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) {
659 SplitCriticalEdge(MI, ParentBlock, SuccToSinkTo, BreakPHIEdge);
666 " BB#" << ParentBlock->getNumber()
680 MachineBasicBlock *NewSucc = SplitCriticalEdge(MI, ParentBlock,
689 " BB#" << ParentBlock->getNumber()
706 SuccToSinkTo->splice(InsertPos, ParentBlock, MI,
713 SuccToSinkTo->splice(InsertPos, ParentBlock, DbgMI,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVTTCue.cpp 73 RenderBlock* parentBlock = containingBlock();
104 position += m_cue->getWritingDirection() == VTTCue::Horizontal ? parentBlock->height() : parentBlock->width();
RenderMultiColumnSet.cpp 310 RenderBlockFlow* parentBlock = multiColumnBlockFlow();
311 if (parentBlock->style()->hasNormalColumnGap())
312 return parentBlock->style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap setting. Matches <p> margins.
313 return parentBlock->style()->columnGap();
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 835 MachineBasicBlock *ParentBlock = CmpInstr->getParent();
836 for (auto *MBB : ParentBlock->successors())
    [all...]

Completed in 211 milliseconds