Home
last modified time | relevance | path

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

12

/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/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
DSSAUpdater.cpp278 SmallVectorImpl<BasicBlock*> *Preds) { in FindPredecessorBlocks()
DSimplifyCFG.cpp691 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/
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
DSSAUpdater.cpp245 SmallVectorImpl<BasicBlock*> *Preds) { in FindPredecessorBlocks()
DPromoteMemoryToRegister.cpp733 SmallVector<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in run() local
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp90 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, CallInst *CI) { 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/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
DMachineSSAUpdater.cpp276 SmallVectorImpl<MachineBasicBlock*> *Preds){ in FindPredecessorBlocks()
/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/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp84 SmallVector<MachineBasicBlock *, 2> Preds; member in __anon38cb28ba0211::MetaBlock
/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
DMachineSSAUpdater.cpp292 SmallVectorImpl<MachineBasicBlock*> *Preds){ in FindPredecessorBlocks()
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp362 std::vector<BasicBlock*> Preds; in closeControlFlow() local
DSIMachineScheduler.h89 std::vector<SIScheduleBlock*> Preds; // All blocks predecessors. variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h119 NodeGroup Preds; variable
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp640 SmallVector<MachineBasicBlock *, 8> Preds; in verifyCTRBranch() local
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp721 SmallVector<Instruction *, 1> Preds; in scanTypeCheckedLoadUsers() local

12