Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2132 TypeIndex TIParent = Func.getParentScope(); in visitKnownRecord() local
2135 if (TIParent.isNoneType()) in visitKnownRecord()
2139 if (!TIParent.isNoneType()) { in visitKnownRecord()
2140 CVType CVParentScope = ids().getType(TIParent); in visitKnownRecord()
2141 if (Error Err = finishVisitation(CVParentScope, TIParent, FunctionDcl)) in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2003 BasicBlock *TIParent = TI->getParent(); in hoistSuccIdenticalTerminatorToSwitchOrIf() local
2049 NT->insertInto(TIParent, TI->getIterator()); in hoistSuccIdenticalTerminatorToSwitchOrIf()
2107 addPredecessorToBlock(Succ, TIParent, BB1); in hoistSuccIdenticalTerminatorToSwitchOrIf()
2109 Updates.push_back({DominatorTree::Insert, TIParent, Succ}); in hoistSuccIdenticalTerminatorToSwitchOrIf()
2114 Updates.push_back({DominatorTree::Delete, TIParent, Succ}); in hoistSuccIdenticalTerminatorToSwitchOrIf()