Home
last modified time | relevance | path

Searched refs:BIParent (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp867 BasicBlock *BIParent = BI->getParent(); in HoistThenElseCodeToIf() local
878 BIParent->getInstList().splice(BI, BB1->getInstList(), I1); in HoistThenElseCodeToIf()
906 BIParent->getInstList().insert(BI, NT); in HoistThenElseCodeToIf()
944 AddPredecessorToBlock(*SI, BIParent, BB1); in HoistThenElseCodeToIf()
1029 BasicBlock *BIParent = BI->getParent(); in SpeculativelyExecuteBB() local
1043 Value *PHIV = PN->getIncomingValueForBlock(BIParent); in SpeculativelyExecuteBB()
1058 if (OpI && OpI->getParent() == BIParent && in SpeculativelyExecuteBB()
1059 !OpI->isUsedInBasicBlock(BIParent)) in SpeculativelyExecuteBB()
1066 if (InsertPos != BIParent->begin()) in SpeculativelyExecuteBB()
1069 while (InsertPos != BIParent->begin() && isa<DbgInfoIntrinsic>(InsertPos)) in SpeculativelyExecuteBB()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1267 BasicBlock *BIParent = BI->getParent(); in HoistThenElseCodeToIf() local
1295 BIParent->getInstList().splice(BI->getIterator(), in HoistThenElseCodeToIf()
1297 BIParent->getInstList().splice(BI->getIterator(), in HoistThenElseCodeToIf()
1304 BIParent->getInstList().splice(BI->getIterator(), in HoistThenElseCodeToIf()
1371 BIParent->getInstList().insert(BI->getIterator(), NT); in HoistThenElseCodeToIf()
1408 AddPredecessorToBlock(Succ, BIParent, BB1); in HoistThenElseCodeToIf()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1200 BasicBlock *BIParent = BI->getParent(); in HoistThenElseCodeToIf() local
1215 BIParent->getInstList().splice(BI->getIterator(), BB1->getInstList(), I1); in HoistThenElseCodeToIf()
1277 BIParent->getInstList().insert(BI->getIterator(), NT); in HoistThenElseCodeToIf()
1316 AddPredecessorToBlock(Succ, BIParent, BB1); in HoistThenElseCodeToIf()