| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | CallSiteSplitting.cpp | 181 SmallVector<BasicBlock *, 2> Preds(predecessors((BB))); in getTwoPredecessors() local 197 SmallVector<BasicBlock *, 2> Preds(predecessors(CallSiteBB)); in canSplitCallSite() local 306 const SmallVectorImpl<std::pair<BasicBlock *, ConditionsTy>> &Preds, in splitCallSite() 448 auto Preds = getTwoPredecessors(CB.getParent()); in shouldSplitOnPHIPredicatedArgument() local 457 auto Preds = getTwoPredecessors(CB.getParent()); in shouldSplitOnPredicatedArgument() local
|
| D | StructurizeCFG.cpp | 560 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions() local 783 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates() local 791 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue() local
|
| D | GVNSink.cpp | 765 SmallVector<BasicBlock *, 4> Preds; in sinkBB() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | LoopVersioning.h | 126 const SCEVUnionPredicate &Preds; variable
|
| D | SSAUpdaterImpl.h | 63 BBInfo **Preds = nullptr; variable 126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | BasicBlockUtils.cpp | 712 void llvm::createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds, in createPHIsForSplitLoopExit() 876 ArrayRef<BasicBlock *> Preds, in UpdateAnalysisInformation() 989 ArrayRef<BasicBlock *> Preds, BranchInst *BI, in UpdatePHINodes() 1061 SplitBlockPredecessorsImpl(BasicBlock *BB, ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessorsImpl() 1149 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors() 1157 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors() 1167 BasicBlock *OrigBB, ArrayRef<BasicBlock *> Preds, const char *Suffix1, in SplitLandingPadPredecessorsImpl() 1269 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors() 1280 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors()
|
| D | LoopUnrollRuntime.cpp | 164 SmallVector<BasicBlock *, 4> Preds(predecessors(OriginalLoopLatchExit)); in ConnectProlog() local 279 SmallVector<BasicBlock*, 4> Preds(predecessors(Exit)); in ConnectEpilog() local 709 SmallVector<BasicBlock*, 4> Preds(predecessors(LatchExit)); in UnrollRuntimeLoopRemainder() local
|
| D | FlattenCFG.cpp | 147 SmallPtrSet<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in FlattenParallelAndOr() local
|
| D | SSAUpdater.cpp | 251 SmallVectorImpl<BasicBlock *> *Preds) { in FindPredecessorBlocks()
|
| D | PromoteMemoryToRegister.cpp | 739 SmallVector<BasicBlock *, 16> Preds(predecessors(BB)); in run() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCCTRLoops.cpp | 102 SmallVector<MachineBasicBlock *, 8> Preds; in verifyCTRBranch() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | TypeMetadataUtils.cpp | 98 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, in findDevirtualizableCallsForTypeCheckedLoad()
|
| D | ModuleSummaryAnalysis.cpp | 204 SmallVector<Instruction *, 4> Preds; in addIntrinsicToSummary() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TailDuplicator.cpp | 105 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB->pred_begin(), in VerifyPHIs() local 728 SmallVector<MachineBasicBlock *, 8> Preds(TailBB->predecessors()); in duplicateSimpleBB() local 840 SmallSetVector<MachineBasicBlock *, 8> Preds; in tailDuplicate() local
|
| D | MachineSSAUpdater.cpp | 284 SmallVectorImpl<MachineBasicBlock*> *Preds){ in FindPredecessorBlocks()
|
| D | RDFGraph.cpp | 929 NodeList Preds; in build() local 1466 NodeList Preds; in buildPhis() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIAnnotateControlFlow.cpp | 298 SmallVector<BasicBlock *, 2> Preds; in closeControlFlow() local
|
| D | SIMachineScheduler.h | 96 std::vector<SIScheduleBlock*> Preds; // All blocks predecessors. variable
|
| D | AMDGPUSubtarget.cpp | 1031 SmallVector<const SUnit*, 64> Succs({Succ}), Preds({Pred}); in canAddEdge() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 1364 ArrayRef<Record *> Preds, in mutuallyExclusive() 1411 std::vector<Record *> Preds; in getAllPredicates() local 1659 const RecVec &Preds) { in dumpTransition() 1696 RecVec Preds; in inferFromTransitions() local
|
| D | DAGISelMatcherEmitter.cpp | 889 const std::vector<TreePredicateFn> &Preds, StringRef Decl, in EmitNodePredicatesFunction()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | ExplodedGraph.h | 129 NodeGroup Preds; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAG.h | 256 SmallVector<SDep, 4> Preds; ///< All sunit predecessors. variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | CoroFrame.cpp | 1835 SmallVector<BasicBlock *, 8> Preds(predecessors(CleanupPadBB)); in rewritePHIsForCleanupPad() local 1904 SmallVector<BasicBlock *, 8> Preds(predecessors(&BB)); in rewritePHIs() local 1931 SmallVector<BasicBlock *, 8> Preds(predecessors(&BB)); in rewritePHIs() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMInstructionSelector.cpp | 393 std::pair<ARMCC::CondCodes, ARMCC::CondCodes> Preds = {ARMCC::AL, ARMCC::AL}; in getComparePreds() local
|