Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h104 SCEVUnionPredicate Preds; variable
DSSAUpdaterImpl.h53 BBInfo **Preds; // Array[NumPreds] of predecessor blocks. variable
113 SmallVector<BlkT*, 10> Preds; in BuildBlockList() local
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp317 ArrayRef<BasicBlock *> Preds, in UpdateAnalysisInformation()
394 ArrayRef<BasicBlock *> Preds, BranchInst *BI, in UpdatePHINodes()
475 ArrayRef<BasicBlock *> Preds, in SplitBlockPredecessors()
546 ArrayRef<BasicBlock *> Preds, in SplitLandingPadPredecessors()
DBreakCriticalEdges.cpp84 static void createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds, in createPHIsForSplitLoopExit()
DFlattenCFG.cpp135 SmallPtrSet<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in FlattenParallelAndOr() local
DLoopUnrollRuntime.cpp129 SmallVector<BasicBlock*, 4> Preds(pred_begin(Exit), pred_end(Exit)); in ConnectProlog() local
DSSAUpdater.cpp245 SmallVectorImpl<BasicBlock*> *Preds) { in FindPredecessorBlocks()
DPromoteMemoryToRegister.cpp733 SmallVector<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB)); in run() local
DSimplifyCFG.cpp854 SmallVector<BasicBlock*, 16> Preds(pred_begin(BB), pred_end(BB)); in FoldValueComparisonIntoPredecessors() local
3484 SmallVector<BasicBlock*, 8> Preds(pred_begin(BB), pred_end(BB)); in SimplifyUnreachable() local
4837 SmallSet<BasicBlock *, 16> Preds; in TryToMergeLandingPad() local
/external/llvm/lib/CodeGen/
DTailDuplication.cpp165 SmallSetVector<MachineBasicBlock*, 8> Preds(MBB->pred_begin(), in VerifyPHIs() local
690 SmallVector<MachineBasicBlock*, 8> Preds(TailBB->pred_begin(), in duplicateSimpleBB() local
780 SmallSetVector<MachineBasicBlock*, 8> Preds(TailBB->pred_begin(), in TailDuplicate() local
DMachineSSAUpdater.cpp277 SmallVectorImpl<MachineBasicBlock*> *Preds){ in FindPredecessorBlocks()
DMachineVerifier.cpp123 BlockSet Preds, Succs; member
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp529 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions() local
746 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates() local
758 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue() local
DLoopUnswitch.cpp956 SmallVector<BasicBlock *, 4> Preds(pred_begin(ExitBlock), in SplitExitEdges() local
DJumpThreading.cpp1600 ArrayRef<BasicBlock *> Preds, in SplitBlockPreds()
DGVN.cpp2864 SmallVector<BasicBlock *, 4> Preds(pred_begin(B), pred_end(B)); in addDeadBlock() local
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp310 std::vector<BasicBlock*> Preds; in closeControlFlow() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h118 NodeGroup Preds; variable
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp609 SmallVector<MachineBasicBlock *, 8> Preds; in verifyCTRBranch() local
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp713 const UniqueVector<BasicBlock *> &Preds, in buildEdgeLookupTable()
/external/clang/include/clang/Analysis/
DCFG.h473 AdjacentBlocks Preds; variable
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp199 SmallVector<BasicBlock *, 2> Preds; member in __anon85f4194d0111::BBState
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1836 MBBVector Preds(Header->pred_begin(), Header->pred_end()); in createPreheaderForLoop() local
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1305 RecVec Preds; in inferFromTransitions() local
/external/llvm/lib/IR/
DVerifier.cpp1897 SmallVector<BasicBlock*, 8> Preds(pred_begin(&BB), pred_end(&BB)); in visitBasicBlock() local

12