Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp179 SmallVector<BasicBlock *, 2> Preds(predecessors((BB))); in getTwoPredecessors() local
195 SmallVector<BasicBlock *, 2> Preds(predecessors(CallSiteBB)); in canSplitCallSite() local
303 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
907 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates() local
915 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue() local
H A DGVNSink.cpp768 SmallVector<BasicBlock *, 4> Preds; in sinkBB() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCEmptyBasicBlocks.cpp74 SmallVector<MachineBasicBlock *, 8> Preds(MBB->predecessors()); in runOnMachineFunction() local
H A DTailDuplicator.cpp102 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB.pred_begin(), in VerifyPHIs() local
727 SmallVector<MachineBasicBlock *, 8> Preds(TailBB->predecessors()); in duplicateSimpleBB() local
848 SmallSetVector<MachineBasicBlock *, 8> Preds; in tailDuplicate() local
H A DMachineSSAUpdater.cpp294 SmallVectorImpl<MachineBasicBlock*> *Preds){ in FindPredecessorBlocks()
H A DRDFGraph.cpp946 NodeList Preds; in build() local
1433 NodeList Preds; in buildPhis() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h127 const SCEVPredicate &Preds; variable
H A DSSAUpdaterImpl.h63 BBInfo **Preds = nullptr; variable
126 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp99 SmallVector<MachineBasicBlock *, 8> Preds; in verifyCTRBranch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp969 void llvm::createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds, in createPHIsForSplitLoopExit()
1134 ArrayRef<BasicBlock *> Preds, in UpdateAnalysisInformation()
1248 ArrayRef<BasicBlock *> Preds, BranchInst *BI, in UpdatePHINodes()
1317 SplitBlockPredecessorsImpl(BasicBlock *BB, ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessorsImpl()
1407 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors()
1415 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors()
1425 BasicBlock *OrigBB, ArrayRef<BasicBlock *> Preds, const char *Suffix1, in SplitLandingPadPredecessorsImpl()
1527 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors()
H A DLoopUnrollRuntime.cpp179 SmallVector<BasicBlock *, 4> Preds(predecessors(OriginalLoopLatchExit)); in ConnectProlog() local
309 SmallVector<BasicBlock*, 4> Preds(predecessors(Exit)); in ConnectEpilog() local
H A DFlattenCFG.cpp147 SmallPtrSet<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in FlattenParallelAndOr() local
H A DSSAUpdater.cpp300 SmallVectorImpl<BasicBlock *> *Preds) { in FindPredecessorBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp99 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, in findDevirtualizableCallsForTypeCheckedLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp321 SmallVector<BasicBlock *, 2> Preds; in closeControlFlow() local
H A DSIMachineScheduler.h95 std::vector<SIScheduleBlock*> Preds; // All blocks predecessors. variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp144 auto Preds = predecessors(&BB); in findDependencies() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1389 ArrayRef<Record *> Preds, in mutuallyExclusive()
1436 std::vector<Record *> Preds; in getAllPredicates() local
1684 const RecVec &Preds) { in dumpTransition()
1721 RecVec Preds; in inferFromTransitions() local
H A DDAGISelMatcherEmitter.cpp1058 const std::vector<TreePattern *> &Preds, StringRef Decl, raw_ostream &OS) { in EmitNodePredicatesFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h130 NodeGroup Preds; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h256 SmallVector<SDep, 4> Preds; ///< All sunit predecessors. variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp277 std::vector<const CFGBlock *> Preds(Block.pred_begin(), Block.pred_end()); in computeBlockInputState() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp393 std::pair<ARMCC::CondCodes, ARMCC::CondCodes> Preds = {ARMCC::AL, ARMCC::AL}; in getComparePreds() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2138 SmallVector<BasicBlock *, 8> Preds(predecessors(CleanupPadBB)); in rewritePHIsForCleanupPad() local
2206 SmallVector<BasicBlock *, 8> Preds(predecessors(&BB)); in rewritePHIs() local
2234 SmallVector<BasicBlock *, 8> Preds(predecessors(&BB)); in rewritePHIs() local

12