Home
last modified time | relevance | path

Searched defs:Preds (Results 1 – 25 of 107) sorted by relevance

12345

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp181 SmallVector<BasicBlock *, 2> Preds(predecessors((BB))); in getTwoPredecessors() local
197 SmallVector<BasicBlock *, 2> Preds(predecessors(CallSiteBB)); in canSplitCallSite() local
305 ArrayRef<std::pair<BasicBlock *, ConditionsTy>> Preds, in splitCallSite()
447 auto Preds = getTwoPredecessors(CB.getParent()); in shouldSplitOnPHIPredicatedArgument() local
456 auto Preds = getTwoPredecessors(CB.getParent()); in shouldSplitOnPredicatedArgument() local
DStructurizeCFG.cpp575 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions() local
608 auto &Preds = I.second; in simplifyConditions() local
909 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates() local
917 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp182 SmallVector<BasicBlock *, 2> Preds(predecessors((BB))); in getTwoPredecessors() local
199 SmallVector<BasicBlock *, 2> Preds(predecessors(CallSiteBB)); in canSplitCallSite() local
308 const SmallVectorImpl<std::pair<BasicBlock *, ConditionsTy>> &Preds, in splitCallSite()
455 auto Preds = getTwoPredecessors(CS.getInstruction()->getParent()); in shouldSplitOnPHIPredicatedArgument() local
464 auto Preds = getTwoPredecessors(CS.getInstruction()->getParent()); in shouldSplitOnPredicatedArgument() local
DStructurizeCFG.cpp554 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions() local
774 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates() local
782 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue() local
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp279 ArrayRef<BasicBlock *> Preds, in UpdateAnalysisInformation()
351 ArrayRef<BasicBlock *> Preds, BranchInst *BI, in UpdatePHINodes()
417 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors()
475 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors()
DLoopUnrollRuntime.cpp131 SmallVector<BasicBlock*, 4> Preds(predecessors(Exit)); in ConnectProlog() local
252 SmallVector<BasicBlock*, 4> Preds(predecessors(Exit)); in ConnectEpilog() local
509 SmallVector<BasicBlock*, 4> Preds(predecessors(Exit)); in UnrollRuntimeLoopRemainder() local
DBreakCriticalEdges.cpp83 static void createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds, in createPHIsForSplitLoopExit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h128 SCEVUnionPredicate Preds; variable
DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
/external/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h129 SCEVUnionPredicate Preds; variable
DSSAUpdaterImpl.h54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks. variable
114 SmallVector<BlkT*, 10> Preds; in BuildBlockList() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h127 const SCEVPredicate &Preds; variable
DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp834 void llvm::createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds, in createPHIsForSplitLoopExit()
997 ArrayRef<BasicBlock *> Preds, in UpdateAnalysisInformation()
1111 ArrayRef<BasicBlock *> Preds, BranchInst *BI, in UpdatePHINodes()
1183 SplitBlockPredecessorsImpl(BasicBlock *BB, ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessorsImpl()
1273 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors()
1281 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors()
1291 BasicBlock *OrigBB, ArrayRef<BasicBlock *> Preds, const char *Suffix1, in SplitLandingPadPredecessorsImpl()
1393 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors()
1404 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCCTRLoopsVerify.cpp101 SmallVector<MachineBasicBlock *, 8> Preds; in verifyCTRBranch() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp161 SmallVector<BasicBlock *, 4> Preds(predecessors(OriginalLoopLatchExit)); in ConnectProlog() local
276 SmallVector<BasicBlock*, 4> Preds(predecessors(Exit)); in ConnectEpilog() local
674 SmallVector<BasicBlock*, 4> Preds(predecessors(LatchExit)); in UnrollRuntimeLoopRemainder() local
DBasicBlockUtils.cpp553 ArrayRef<BasicBlock *> Preds, in UpdateAnalysisInformation()
644 ArrayRef<BasicBlock *> Preds, BranchInst *BI, in UpdatePHINodes()
710 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors()
779 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors()
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp90 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, CallInst *CI) { in findDevirtualizableCallsForTypeCheckedLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp132 SmallVector<MachineBasicBlock *, 8> Preds; in verifyCTRBranch() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTailDuplicator.cpp102 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB.pred_begin(), in VerifyPHIs() local
724 SmallVector<MachineBasicBlock *, 8> Preds(TailBB->predecessors()); in duplicateSimpleBB() local
845 SmallSetVector<MachineBasicBlock *, 8> Preds; in tailDuplicate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTailDuplicator.cpp105 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB->pred_begin(), in VerifyPHIs() local
711 SmallVector<MachineBasicBlock *, 8> Preds(TailBB->pred_begin(), in duplicateSimpleBB() local
821 SmallSetVector<MachineBasicBlock *, 8> Preds(TailBB->pred_begin(), in tailDuplicate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp100 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, in findDevirtualizableCallsForTypeCheckedLoad()
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp75 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB->pred_begin(), in VerifyPHIs() local
649 SmallVector<MachineBasicBlock *, 8> Preds(TailBB->pred_begin(), in duplicateSimpleBB() local
738 SmallSetVector<MachineBasicBlock *, 8> Preds(TailBB->pred_begin(), in tailDuplicate() local
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp539 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions() local
752 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates() local
764 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp99 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, in findDevirtualizableCallsForTypeCheckedLoad()

12345