Home
last modified time | relevance | path

Searched refs:ParentChain (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp163 std::vector<DWARFDebugInfoEntryMinimal *> ParentChain; in setDIERelations() local
173 ParentChain.push_back(&DIE); in setDIERelations()
180 SiblingChain = ParentChain.back(); in setDIERelations()
181 ParentChain.pop_back(); in setDIERelations()
185 assert(ParentChain.empty()); in setDIERelations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp414 OperatorChain &ParentChain, in FindLIVLoopCondition() argument
444 switch (ParentChain) { in FindLIVLoopCondition()
468 ParentChain = NewChain; in FindLIVLoopCondition()
473 ParentChain, Cache)) { in FindLIVLoopCondition()
479 ParentChain = NewChain; in FindLIVLoopCondition()
481 ParentChain, Cache)) { in FindLIVLoopCondition()