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.cpp2138 TypeIndex TIParent = Func.getParentScope(); in visitKnownRecord() local
2141 if (TIParent.isNoneType()) in visitKnownRecord()
2145 if (!TIParent.isNoneType()) { in visitKnownRecord()
2146 CVType CVParentScope = ids().getType(TIParent); in visitKnownRecord()
2147 if (Error Err = finishVisitation(CVParentScope, TIParent, FunctionDcl)) in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1714 BasicBlock *TIParent = TI->getParent(); in hoistSuccIdenticalTerminatorToSwitchOrIf() local
1757 NT->insertInto(TIParent, TI->getIterator()); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1823 AddPredecessorToBlock(Succ, TIParent, BB1); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1825 Updates.push_back({DominatorTree::Insert, TIParent, Succ}); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1830 Updates.push_back({DominatorTree::Delete, TIParent, Succ}); in hoistSuccIdenticalTerminatorToSwitchOrIf()