Home
last modified time | relevance | path

Searched defs:Pred (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp80 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
147 for (auto *Pred : MBB->predecessors()) { in calculate() local
166 for (auto *Pred : Looper->predecessors()) { in calculate() local
201 for (auto *Pred : Entry->predecessors()) { in calculate() local
212 for (auto *Pred : MBB->predecessors()) { in calculate() local
385 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
394 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
409 for (auto *Pred : AllPreds) in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
450 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp91 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
158 for (auto *Pred : MBB->predecessors()) { in calculate() local
177 for (auto *Pred : Looper->predecessors()) { in calculate() local
212 for (auto *Pred : Entry->predecessors()) { in calculate() local
223 for (auto *Pred : MBB->predecessors()) { in calculate() local
395 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
404 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
432 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
462 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
DWebAssemblyCFGSort.cpp200 for (const MachineBasicBlock *Pred : MBB.predecessors()) in sortBlocks() local
323 for (auto Pred : MBB.predecessors()) in sortBlocks() local
330 for (auto Pred : MBB.predecessors()) in sortBlocks() local
339 for (auto Pred : MBB.predecessors()) in sortBlocks() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp22 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
43 CmpInst::Predicate &Pred) { in getPredForICmpCode()
67 CmpInst::Predicate &Pred, in decomposeBitTestICmp()
DScalarEvolutionNormalization.cpp36 const NormalizePredTy Pred; member
99 auto Pred = [&](const SCEVAddRecExpr *AR) { in normalizeForPostIncUse() local
105 const SCEV *llvm::normalizeForPostIncUseIf(const SCEV *S, NormalizePredTy Pred, in normalizeForPostIncUseIf()
113 auto Pred = [&](const SCEVAddRecExpr *AR) { in denormalizeForPostIncUse() local
/external/llvm-project/llvm/lib/Analysis/
DCmpInstAnalysis.cpp22 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
43 CmpInst::Predicate &Pred) { in getPredForICmpCode()
67 CmpInst::Predicate &Pred, in decomposeBitTestICmp()
DScalarEvolutionNormalization.cpp36 const NormalizePredTy Pred; member
99 auto Pred = [&](const SCEVAddRecExpr *AR) { in normalizeForPostIncUse() local
105 const SCEV *llvm::normalizeForPostIncUseIf(const SCEV *S, NormalizePredTy Pred, in normalizeForPostIncUseIf()
113 auto Pred = [&](const SCEVAddRecExpr *AR) { in denormalizeForPostIncUse() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp153 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem()
208 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
277 ExplodedNode *Pred) { in HandleBlockEntrance()
295 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit()
418 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter()
424 const CFGBlock * B, ExplodedNode *Pred) { in HandleBranch()
436 ExplodedNode *Pred) { in HandleCleanupTemporaryBranch()
447 ExplodedNode *Pred) { in HandleStaticInit()
458 ExplodedNode *Pred) { in HandlePostStmt()
471 ExplodedNode *Pred) { in HandleVirtualBaseBranch()
[all …]
DExprEngineC.cpp41 ExplodedNode *Pred, in VisitBinaryOperator()
196 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr()
262 ExplodedNode* Pred) { in handleLValueBitCast()
287 StmtNodeBuilder &Bldr, ExplodedNode* Pred) { in handleLVectorSplat()
302 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
552 ExplodedNode *Pred, in VisitCompoundLiteralExpr()
576 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt()
652 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr()
747 ExplodedNode *Pred, in VisitInitListExpr()
798 ExplodedNode *Pred, in VisitGuardedExpr()
[all …]
DExprEngineObjC.cpp22 ExplodedNode *Pred, in VisitLvalObjCIvarRefExpr()
39 ExplodedNode *Pred, in VisitObjCAtSynchronizedStmt()
84 ExplodedNode *Pred, in VisitObjCForCollectionStmt()
148 ExplodedNode *Pred, in VisitObjCMessage()
243 ExplodedNode *Pred = *DI; in VisitObjCMessage() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp23 ExplodedNode *Pred, in VisitLvalObjCIvarRefExpr()
40 ExplodedNode *Pred, in VisitObjCAtSynchronizedStmt()
46 ExplodedNode *Pred, in VisitObjCForCollectionStmt()
136 ExplodedNode *Pred, in VisitObjCMessage()
226 ExplodedNode *Pred = *DI; in VisitObjCMessage() local
DExprEngineCXX.cpp26 ExplodedNode *Pred, in CreateCXXTemporaryObject()
39 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy()
108 ExplodedNode *Pred) { in getRegionForConstructedObject()
234 ExplodedNode *Pred, in VisitCXXConstructExpr()
359 ExplodedNode *Pred, in VisitCXXDestructor()
401 ExplodedNode *Pred, in VisitCXXNewAllocatorCall()
426 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr()
532 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
539 ExplodedNode *Pred, in VisitCXXCatchStmt()
557 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, in VisitCXXThisExpr()
[all …]
DCoreEngine.cpp242 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem()
296 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
336 ExplodedNode *Pred) { in HandleBlockEntrance()
355 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit()
471 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter()
477 const CFGBlock * B, ExplodedNode *Pred) { in HandleBranch()
489 ExplodedNode *Pred) { in HandleCleanupTemporaryBranch()
500 ExplodedNode *Pred) { in HandleStaticInit()
512 ExplodedNode *Pred) { in HandlePostStmt()
528 ExplodedNode *Pred) { in generateNode()
DExprEngineC.cpp23 ExplodedNode *Pred, in VisitBinaryOperator()
187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr()
250 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
444 ExplodedNode *Pred, in VisitCompoundLiteralExpr()
476 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt()
552 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr()
622 ExplodedNode *Pred, in VisitInitListExpr()
673 ExplodedNode *Pred, in VisitGuardedExpr()
732 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
751 ExplodedNode *Pred, in VisitUnaryExprOrTypeTraitExpr()
[all …]
DExprEngine.cpp289 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement()
318 const ExplodedNode *Pred, in shouldRemoveDeadBindings()
343 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead()
426 ExplodedNode *Pred) { in ProcessStmt()
457 ExplodedNode *Pred) { in ProcessInitializer()
545 ExplodedNode *Pred) { in ProcessImplicitDtor()
572 ExplodedNode *Pred) { in ProcessNewAllocator()
591 ExplodedNode *Pred, in ProcessAutomaticObjDtor()
610 ExplodedNode *Pred, in ProcessDeleteDtor()
639 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUExportClustering.cpp69 for (const SDep &Pred : SUb->Preds) { in buildCluster() local
85 for (const SDep &Pred : SU.Preds) { in removeExportDependencies() local
102 for (SDep Pred : ToRemove) in removeExportDependencies() local
104 for (SDep Pred : ToAdd) in removeExportDependencies() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h193 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
199 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
219 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while()
225 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until()
368 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
375 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
396 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while()
403 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
Dcopy_if.pass.cpp36 struct Pred struct
51 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred()); in test() argument
/external/llvm-project/llvm/include/llvm/ADT/
DArrayRef.h208 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
214 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
234 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while()
240 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until()
382 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
389 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
410 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while()
417 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DArrayRef.h210 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
216 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
236 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while()
242 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until()
384 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
391 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
412 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while()
419 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
Dcopy_if.pass.cpp23 struct Pred struct
38 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred()); in test_copy_if() argument
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Dwait_pred.pass.cpp31 class Pred class
35 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
/external/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Dwait_pred.pass.cpp33 class Pred class
37 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_pred.pass.cpp35 class Pred class
39 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
/external/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_pred.pass.cpp37 class Pred class
41 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred

12345678910>>...26