Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A 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
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A 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()
H A DLoopUnrollRuntime.cpp168 SmallVector<BasicBlock *, 4> Preds(predecessors(OriginalLoopLatchExit)); in ConnectProlog() local
291 SmallVector<BasicBlock*, 4> Preds(predecessors(Exit)); in ConnectEpilog() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A 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()
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A 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()
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
H A DLoopVersioning.h128 SCEVUnionPredicate Preds; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks. variable
114 SmallVector<BlkT*, 10> Preds; in BuildBlockList() local
H A DLoopVersioning.h129 SCEVUnionPredicate Preds; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
DLoopVersioning.h127 const SCEVPredicate &Preds; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
H A DLoopVersioning.h127 const SCEVPredicate &Preds; variable

123456