Home
last modified time | relevance | path

Searched refs:ParentBlock (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.h316 struct ParentBlock struct in sh::TIntermTraverser
318 ParentBlock(TIntermBlock *nodeIn, TIntermSequence::size_type posIn) in ParentBlock() function
335 std::vector<ParentBlock> mParentBlockStack;
H A DIntermTraverse.cpp249 mParentBlockStack.push_back(ParentBlock(node, 0)); in pushParentBlock()
273 ParentBlock &parentBlock = mParentBlockStack.back(); in insertStatementsInParentBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineSink.cpp851 MachineBasicBlock *ParentBlock = MI.getParent(); in performSink() local
852 SuccToSinkTo.splice(InsertPos, ParentBlock, MI, in performSink()
902 MachineBasicBlock *ParentBlock = MI.getParent(); in SinkInstruction() local
904 FindSuccToSinkTo(MI, ParentBlock, BreakPHIEdge, AllSuccessors); in SinkInstruction()
939 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) { in SinkInstruction()
958 PostponeSplitCriticalEdge(MI, ParentBlock, SuccToSinkTo, BreakPHIEdge); in SinkInstruction()
971 bool Status = PostponeSplitCriticalEdge(MI, ParentBlock, in SinkInstruction()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h745 struct ParentBlock struct in TIntermTraverser
747 ParentBlock(TIntermAggregate *nodeIn, TIntermSequence::size_type posIn) in ParentBlock() function
755 std::vector<ParentBlock> mParentBlockStack;

Completed in 6 milliseconds