/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 181 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
|
D | StructurizeCFG.cpp | 547 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/ |
D | BasicBlockUtils.cpp | 321 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()
|
D | BreakCriticalEdges.cpp | 125 static void CreatePHIsForSplitLoopExit(SmallVectorImpl<BasicBlock *> &Preds, in CreatePHIsForSplitLoopExit() 352 SmallVector<BasicBlock *, 4> Preds; in SplitCriticalEdge() local
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopVersioning.h | 129 SCEVUnionPredicate Preds; variable
|
D | SSAUpdaterImpl.h | 54 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/ |
D | LoopVersioning.h | 129 SCEVUnionPredicate Preds; variable
|
D | SSAUpdaterImpl.h | 64 BBInfo **Preds = nullptr; variable 127 SmallVector<BlkT *, 10> Preds; in BuildBlockList() local
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 279 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()
|
D | LoopUnrollRuntime.cpp | 131 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
|
D | BreakCriticalEdges.cpp | 83 static void createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds, in createPHIsForSplitLoopExit()
|
D | FlattenCFG.cpp | 135 SmallPtrSet<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in FlattenParallelAndOr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 332 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()
|
D | LoopUnrollRuntime.cpp | 144 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
|
D | FlattenCFG.cpp | 148 SmallPtrSet<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in FlattenParallelAndOr() local
|
/external/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 90 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, CallInst *CI) { in findDevirtualizableCallsForTypeCheckedLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 89 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, in findDevirtualizableCallsForTypeCheckedLoad()
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 43 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/ |
D | TailDuplicator.cpp | 99 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/ |
D | StructurizeCFG.cpp | 539 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/ |
D | TailDuplicator.cpp | 75 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/ |
D | TailDuplication.cpp | 140 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/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 84 SmallVector<MachineBasicBlock *, 2> Preds; member in __anon4a28f1dd0211::MetaBlock
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 87 SmallVector<MachineBasicBlock *, 2> Preds; member in __anon0e40e9150211::MetaBlock
|
D | WebAssemblyLateEHPrepare.cpp | 328 SmallVector<MachineBasicBlock *, 2> Preds(TermPad->pred_begin(), in mergeTerminatePads() local
|