/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/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
|
D | SSAUpdater.cpp | 278 SmallVectorImpl<BasicBlock*> *Preds) { in FindPredecessorBlocks()
|
D | SimplifyCFG.cpp | 691 SmallVector<BasicBlock*, 16> Preds(pred_begin(BB), pred_end(BB)); in FoldValueComparisonIntoPredecessors() local 2246 SmallVector<BasicBlock*, 8> Preds(pred_begin(BB), pred_end(BB)); in SimplifyUnwind() local 2333 SmallVector<BasicBlock*, 8> Preds(pred_begin(BB), pred_end(BB)); in SimplifyUnreachable() 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
|
D | SSAUpdater.cpp | 245 SmallVectorImpl<BasicBlock*> *Preds) { in FindPredecessorBlocks()
|
D | PromoteMemoryToRegister.cpp | 733 SmallVector<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in run() local
|
/external/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 90 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, CallInst *CI) { 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/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
|
D | MachineSSAUpdater.cpp | 276 SmallVectorImpl<MachineBasicBlock*> *Preds){ in FindPredecessorBlocks()
|
/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/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 84 SmallVector<MachineBasicBlock *, 2> Preds; member in __anon38cb28ba0211::MetaBlock
|
/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
|
D | MachineSSAUpdater.cpp | 292 SmallVectorImpl<MachineBasicBlock*> *Preds){ in FindPredecessorBlocks()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 362 std::vector<BasicBlock*> Preds; in closeControlFlow() local
|
D | SIMachineScheduler.h | 89 std::vector<SIScheduleBlock*> Preds; // All blocks predecessors. variable
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 119 NodeGroup Preds; variable
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 640 SmallVector<MachineBasicBlock *, 8> Preds; in verifyCTRBranch() local
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 721 SmallVector<Instruction *, 1> Preds; in scanTypeCheckedLoadUsers() local
|