Home
last modified time | relevance | path

Searched refs:pred_end (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h112 inline pred_iterator pred_end(BasicBlock *BB) { return pred_iterator(BB, true);} in pred_end() function
113 inline const_pred_iterator pred_end(const BasicBlock *BB) { in pred_end() function
117 return pred_begin(BB) == pred_end(BB); in pred_empty()
122 return std::distance(pred_begin(BB), pred_end(BB)); in pred_size()
125 return pred_range(pred_begin(BB), pred_end(BB)); in predecessors()
128 return pred_const_range(pred_begin(BB), pred_end(BB)); in predecessors()
328 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
337 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
DPredIteratorCache.h47 SmallVector<BasicBlock *, 32> PredCache(pred_begin(BB), pred_end(BB)); in GetPreds()
61 return BlockToPredCountMap[BB] = std::distance(pred_begin(BB), pred_end(BB)); in GetNumPreds()
DCFGDiff.h240 {pred_end(N.second), N.first}), in child_begin()
254 make_range<ExistingChildIterator>({pred_end(N.second), N.first}, in child_end()
255 {pred_end(N.second), N.first}), in child_end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp241 const_pred_iterator PI = pred_begin(this), E = pred_end(this); in getSinglePredecessor()
254 const_pred_iterator PI = pred_begin(this), E = pred_end(this); in getUniquePredecessor()
268 return hasNItems(pred_begin(this), pred_end(this), N); in hasNPredecessors()
272 return hasNItemsOrMore(pred_begin(this), pred_end(this), N); in hasNPredecessorsOrMore()
311 find(pred_begin(this), pred_end(this), Pred) != pred_end(this)) && in removePredecessor()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.cpp183 std::string pred_end; in from_string() local
184 is >> pred_end; in from_string()
186 if (pred_end != "))") { in from_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInterval.h115 inline Interval::pred_iterator pred_end(Interval *I) { in pred_end() function
136 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h266 pred_iterator pred_end() { return Predecessors.end(); }
267 const_pred_iterator pred_end() const { return Predecessors.end(); }
298 return make_range(pred_begin(), pred_end());
301 return make_range(pred_begin(), pred_end());
903 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }
915 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp130 for (pred_iterator PI = pred_begin(Header), PE = pred_end(Header); in InsertPreheaderForLoop()
174 for (pred_iterator I = pred_begin(BB), E = pred_end(BB); I != E; ++I) { in addBlockAndPredsToSet()
291 for (pred_iterator PI=pred_begin(Header), E = pred_end(Header); PI!=E; ++PI) { in separateNestedLoop()
367 for (pred_iterator I = pred_begin(Header), E = pred_end(Header); I != E; ++I){ in insertUniqueBackedgeBlock()
492 PE = pred_end(*BB); PI != PE; ++PI) { in simplifyOneLoop()
672 assert(pred_begin(ExitingBlock) == pred_end(ExitingBlock)); in simplifyOneLoop()
892 PE = pred_end(L->getHeader()); PI != PE; ++PI)
DSSAUpdater.cpp127 for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) { in GetValueInMiddleOfBlock()
265 for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) in FindPredecessorBlocks()
DBasicBlockUtils.cpp817 for (pred_iterator i = pred_begin(OrigBB), e = pred_end(OrigBB); in SplitLandingPadPredecessors()
824 e = pred_end(OrigBB); in SplitLandingPadPredecessors()
1009 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); in GetIfCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp85 pred_iterator_ty pred_end(change_ty Node) { in pred_end() function in __anoneb56a8100111::DAGDeltaAlgorithmImpl
208 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
345 CurrentSet.insert(pred_begin(*it), pred_end(*it)); in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInterval.cpp29 for (::pred_iterator I = ::pred_begin(HeaderNode), E = ::pred_end(HeaderNode); in isLoop()
DCFG.cpp99 assert(find(predecessors(Dest), TI->getParent()) != pred_end(Dest) && in isCriticalEdge()
102 const_pred_iterator I = pred_begin(Dest), E = pred_end(Dest); in isCriticalEdge()
DLoopInfo.cpp129 assert(PI != pred_end(H) && "Loop must have at least one backedge!"); in getIncomingAndBackEdge()
131 if (PI == pred_end(H)) in getIncomingAndBackEdge()
134 if (PI != pred_end(H)) in getIncomingAndBackEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp165 E = BB->pred_end(); PI != E; ++PI) { in GetValueInMiddleOfBlock()
285 E = BB->pred_end(); PI != E; ++PI) in FindPredecessorBlocks()
DTailDuplicator.cpp106 MBB->pred_end()); in VerifyPHIs()
712 TailBB->pred_end()); in duplicateSimpleBB()
822 TailBB->pred_end()); in tailDuplicate()
DUnreachableBlockElim.cpp165 BB->pred_end()); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp632 pred_iterator PB = pred_begin(OldEntry), PE = pred_end(OldEntry); in eliminateRecursiveTailCall()
703 for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) { in foldReturnAndProcessPred()
723 if (!BB->hasAddressTaken() && pred_begin(BB) == pred_end(BB)) in foldReturnAndProcessPred()
DLoopFuse.cpp1225 assert(pred_begin(FC1.Preheader) == pred_end(FC1.Preheader)); in performFusion()
1414 assert(pred_begin(FC1GuardBlock) == pred_end(FC1GuardBlock) && in fuseGuardedLoops()
1470 assert(pred_begin(FC0.ExitBlock) == pred_end(FC0.ExitBlock) && in fuseGuardedLoops()
1477 assert(pred_begin(FC1.Preheader) == pred_end(FC1.Preheader)); in fuseGuardedLoops()
1542 assert(pred_begin(FC1GuardBlock) == pred_end(FC1GuardBlock) && in fuseGuardedLoops()
DLowerConstantIntrinsics.cpp79 if (pred_begin(Other) == pred_end(Other)) in replaceConditionalBranchesOnConstant()
DSimplifyCFGPass.cpp125 pred_iterator PB = pred_begin(RetBlock), PE = pred_end(RetBlock); in mergeEmptyReturnBlocks()
/third_party/node/deps/v8/src/compiler/backend/
Dspill-placer.cc469 LifetimePosition pred_end = LifetimePosition::InstructionFromInstructionIndex( in CommitSpill() local
471 LiveRangeBound* bound = array->Find(pred_end); in CommitSpill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp182 PIE = MBB->pred_end(); PI != PIE; ++PI) in verifyCTRBranch()
DPPCEarlyReturn.cpp66 PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.cpp49 for (auto I = MBB->pred_begin(); I != MBB->pred_end(); ++I) in getSingleSchedPred()

1234