Searched refs:ToBBI (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 223 void CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI, 226 void MergeBlocks(BBInfo &ToBBI, BBInfo &FromBBI, bool AddEdges = true); 1656 void IfConverter::CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI, in CopyAndPredicateBlock() argument 1659 MachineFunction &MF = *ToBBI.BB->getParent(); in CopyAndPredicateBlock() 1667 ToBBI.BB->insert(ToBBI.BB->end(), MI); in CopyAndPredicateBlock() 1668 ToBBI.NonPredSize++; in CopyAndPredicateBlock() 1672 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock() 1673 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock() 1704 ToBBI.BB->addSuccessor(Succ); in CopyAndPredicateBlock() 1708 ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end()); in CopyAndPredicateBlock() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 199 void CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI, 203 void MergeBlocks(BBInfo &ToBBI, BBInfo &FromBBI, bool AddEdges = true); 1390 void IfConverter::CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI, in CopyAndPredicateBlock() argument 1394 MachineFunction &MF = *ToBBI.BB->getParent(); in CopyAndPredicateBlock() 1404 ToBBI.BB->insert(ToBBI.BB->end(), MI); in CopyAndPredicateBlock() 1405 ToBBI.NonPredSize++; in CopyAndPredicateBlock() 1409 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock() 1410 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock() 1437 ToBBI.BB->addSuccessor(Succ); in CopyAndPredicateBlock() 1442 std::back_inserter(ToBBI.Predicate)); in CopyAndPredicateBlock() [all …]
|