Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp181 SmallVector<BasicBlock *, 2> Preds(predecessors((BB))); in getTwoPredecessors() local
195 SmallVector<BasicBlock *, 2> Preds(predecessors(CallSiteBB)); in canSplitCallSite() local
304 const SmallVectorImpl<std::pair<BasicBlock *, ConditionsTy>> &Preds, in splitCallSite()
442 auto Preds = getTwoPredecessors(CS.getInstruction()->getParent()); in tryToSplitOnPHIPredicatedArgument() local
450 auto Preds = getTwoPredecessors(CS.getInstruction()->getParent()); in tryToSplitOnPredicatedArgument() local
DStructurizeCFG.cpp547 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions() local
749 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates() local
757 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicBlockUtils.cpp321 ArrayRef<BasicBlock *> Preds, in UpdateAnalysisInformation()
397 ArrayRef<BasicBlock*> Preds, BranchInst *BI, in UpdatePHINodes()
456 BasicBlock *const *Preds, in SplitBlockPredecessors()
512 ArrayRef<BasicBlock*> Preds, in SplitLandingPadPredecessors()
DBreakCriticalEdges.cpp125 static void CreatePHIsForSplitLoopExit(SmallVectorImpl<BasicBlock *> &Preds, in CreatePHIsForSplitLoopExit()
352 SmallVector<BasicBlock *, 4> Preds; in SplitCriticalEdge() 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-7.0/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h129 SCEVUnionPredicate Preds; variable
DSSAUpdaterImpl.h64 BBInfo **Preds = nullptr; variable
127 SmallVector<BlkT *, 10> Preds; in BuildBlockList() 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()
DFlattenCFG.cpp135 SmallPtrSet<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in FlattenParallelAndOr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp332 ArrayRef<BasicBlock *> Preds, in UpdateAnalysisInformation()
418 ArrayRef<BasicBlock *> Preds, BranchInst *BI, in UpdatePHINodes()
484 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors()
544 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors()
DLoopUnrollRuntime.cpp144 SmallVector<BasicBlock *, 4> Preds(predecessors(OriginalLoopLatchExit)); in ConnectProlog() local
259 SmallVector<BasicBlock*, 4> Preds(predecessors(Exit)); in ConnectEpilog() local
638 SmallVector<BasicBlock*, 4> Preds(predecessors(LatchExit)); in UnrollRuntimeLoopRemainder() local
DFlattenCFG.cpp148 SmallPtrSet<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in FlattenParallelAndOr() local
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp90 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, CallInst *CI) { in findDevirtualizableCallsForTypeCheckedLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp89 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, in findDevirtualizableCallsForTypeCheckedLoad()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h43 BBInfo **Preds; // Array[NumPreds] of predecessor blocks. variable
103 SmallVector<BlkT*, 10> Preds; in BuildBlockList() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTailDuplicator.cpp99 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB->pred_begin(), in VerifyPHIs() local
705 SmallVector<MachineBasicBlock *, 8> Preds(TailBB->pred_begin(), in duplicateSimpleBB() local
815 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/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/swiftshader/third_party/LLVM/lib/CodeGen/
DTailDuplication.cpp140 SmallSetVector<MachineBasicBlock*, 8> Preds(MBB->pred_begin(), in VerifyPHIs() local
659 SmallVector<MachineBasicBlock*, 8> Preds(TailBB->pred_begin(), in duplicateSimpleBB() local
748 SmallSetVector<MachineBasicBlock*, 8> Preds(TailBB->pred_begin(), in TailDuplicate() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp84 SmallVector<MachineBasicBlock *, 2> Preds; member in __anon4a28f1dd0211::MetaBlock
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp87 SmallVector<MachineBasicBlock *, 2> Preds; member in __anon0e40e9150211::MetaBlock
DWebAssemblyLateEHPrepare.cpp328 SmallVector<MachineBasicBlock *, 2> Preds(TermPad->pred_begin(), in mergeTerminatePads() local

1234