HomeSort by: relevance | last modified time | path
    Searched defs:PredBlock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIModeRegister.cpp 345 unsigned PredBlock = PB.getNumber();
346 if ((ThisBlock == PredBlock) && (std::next(P) == E)) {
349 } else if (BlockInfo[PredBlock]->ExitSet) {
350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit;
352 } else if (PredBlock != ThisBlock)
357 unsigned PredBlock = Pred->getNumber();
358 if (BlockInfo[PredBlock]->ExitSet) {
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit);
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit;
366 } else if (PredBlock != ThisBlock
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 1062 BasicBlock *BB, BasicBlock *PredBlock, ValueToValueMapTy &VMap) {
1063 Instruction *PTI = PredBlock->getTerminator();
1094 PredBlock->getInstList().insert(PTI->getIterator(), NewBonusInst);
1104 SSAUpdate.AddAvailableValue(PredBlock, NewBonusInst);
1107 if (UI->getParent() != PredBlock)
3061 BasicBlock *PredBlock = PBI->getParent();
3099 AddPredecessorToBlock(UniqueSucc, PredBlock, BB, MSSAU);
3136 // TODO: If BB is reachable from all paths through PredBlock, then we
3145 DTU->applyUpdates({{DominatorTree::Insert, PredBlock, UniqueSucc},
3146 {DominatorTree::Delete, PredBlock, BB}})
    [all...]

Completed in 87 milliseconds