Home
last modified time | relevance | path

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

12345

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineObjC.cpp23 ExplodedNode *Pred, in VisitLvalObjCIvarRefExpr()
40 ExplodedNode *Pred, in VisitObjCAtSynchronizedStmt()
46 ExplodedNode *Pred, in VisitObjCForCollectionStmt()
136 ExplodedNode *Pred, in VisitObjCMessage()
156 ExplodedNode *Pred = *DI; in VisitObjCMessage() local
HDExprEngineCXX.cpp26 ExplodedNode *Pred, in CreateCXXTemporaryObject()
39 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy()
107 const CXXConstructExpr *CE, ExplodedNode *Pred, ExprEngine &Eng, in getRegionForConstructedObject()
178 ExplodedNode *Pred, in VisitCXXConstructExpr()
303 ExplodedNode *Pred, in VisitCXXDestructor()
345 ExplodedNode *Pred, in VisitCXXNewAllocatorCall()
370 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr()
476 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
483 ExplodedNode *Pred, in VisitCXXCatchStmt()
501 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, in VisitCXXThisExpr()
HDExprEngineC.cpp23 ExplodedNode *Pred, in VisitBinaryOperator()
187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr()
228 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
411 ExplodedNode *Pred, in VisitCompoundLiteralExpr()
443 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt()
516 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr()
586 ExplodedNode *Pred, in VisitInitListExpr()
637 ExplodedNode *Pred, in VisitGuardedExpr()
698 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
717 ExplodedNode *Pred, in VisitUnaryExprOrTypeTraitExpr()
[all …]
HDExprEngine.cpp287 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement()
316 const ExplodedNode *Pred, in shouldRemoveDeadBindings()
341 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead()
424 ExplodedNode *Pred) { in ProcessStmt()
455 ExplodedNode *Pred) { in ProcessInitializer()
539 ExplodedNode *Pred) { in ProcessImplicitDtor()
566 ExplodedNode *Pred) { in ProcessNewAllocator()
585 ExplodedNode *Pred, in ProcessAutomaticObjDtor()
604 ExplodedNode *Pred, in ProcessDeleteDtor()
633 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
[all …]
HDCoreEngine.cpp229 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem()
284 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
324 ExplodedNode *Pred) { in HandleBlockEntrance()
343 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit()
460 const CFGBlock * B, ExplodedNode *Pred) { in HandleBranch()
472 ExplodedNode *Pred) { in HandleCleanupTemporaryBranch()
483 ExplodedNode *Pred) { in HandleStaticInit()
495 ExplodedNode *Pred) { in HandlePostStmt()
511 ExplodedNode *Pred) { in generateNode()
HDExprEngineCallAndReturn.cpp40 void ExprEngine::processCallEnter(CallEnter CE, ExplodedNode *Pred) { in processCallEnter()
160 ExplodedNode *Pred, in removeDeadOnEndOfFunction()
482 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, in VisitCallExpr()
510 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall()
575 ExplodedNode *Pred, in conservativeEvalCall()
591 const ExplodedNode *Pred, in mayInlineCallKind()
801 const ExplodedNode *Pred) { in shouldInlineCall()
900 void ExprEngine::defaultEvalCall(NodeBuilder &Bldr, ExplodedNode *Pred, in defaultEvalCall()
953 NodeBuilder &Bldr, ExplodedNode *Pred) { in BifurcateCall()
991 void ExprEngine::VisitReturnStmt(const ReturnStmt *RS, ExplodedNode *Pred, in VisitReturnStmt()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDThreadSafetyTIL.cpp56 unsigned BasicBlock::addPredecessor(BasicBlock *Pred) { in addPredecessor()
198 for (auto *Pred : Predecessors) in topologicalFinalSort() local
212 for (auto *Pred : Predecessors) { in computeDominator() local
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDSSAUpdaterImpl.h127 BlkT *Pred = Preds[p]; in BuildBlockList() local
240 BBInfo *Pred = Info->Preds[p]; in FindDominators() local
270 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier()
362 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCoreEngine.h262 ExplodedNode *Pred) { in generateNode()
273 ExplodedNode *Pred) { in generateSink()
316 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, in NodeBuilderWithSinks()
449 ExplodedNode *Pred; variable
495 ExplodedNode *Pred; variable
HDCheckerContext.h73 ExplodedNode *Pred; variable
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMLoadStoreOptimizer.cpp432 ARMCC::CondCodes Pred, unsigned PredReg) { in UpdateBaseRegUses()
567 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg, in CreateLoadStoreMulti()
759 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg, in CreateLoadStoreDouble()
825 ARMCC::CondCodes Pred = getInstrPredicate(First, PredReg); in MergeOpsUpdate() local
1000 ARMCC::CondCodes Pred, unsigned PredReg) { in isMatchingDecrement()
1035 ARMCC::CondCodes Pred, unsigned PredReg) { in isMatchingIncrement()
1156 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLSMultiple() local
1305 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLoadStore() local
1474 ARMCC::CondCodes Pred, unsigned PredReg, in InsertLDR_STR()
1530 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in FixInvalidRegPairOp() local
[all …]
HDThumb2SizeReduction.cpp296 bool is2Addr, ARMCC::CondCodes Pred, in VerifyPredAndCC()
687 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in ReduceTo2Addr() local
784 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in ReduceToNarrow() local
926 for (auto *Pred : MBB.predecessors()) { in ReduceMBB() local
HDThumbRegisterInfo.cpp66 ARMCC::CondCodes Pred, unsigned PredReg, in emitThumb1LoadConstPool()
86 ARMCC::CondCodes Pred, unsigned PredReg, in emitThumb2LoadConstPool()
105 unsigned DestReg, unsigned SubIdx, int Val, ARMCC::CondCodes Pred, in emitLoadConstPool()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDCmpInstAnalysis.cpp45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
HDBasicBlockUtils.cpp337 BasicBlock *Pred = *i; in UpdateAnalysisInformation() local
368 BasicBlock *Pred = *i; in UpdateAnalysisInformation() local
583 BasicBlock *Pred = *i++; in SplitLandingPadPredecessors() local
647 BasicBlock *Pred) { in FoldReturnIntoUncondBranch()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp60 CmpInst::Predicate Pred = getICmpPredicateForMinMax(SPF); in generateMinMaxSelectPattern() local
333 ICmpInst::Predicate Pred = IC->getPredicate(); in foldSelectICmpAndOr() local
355 ICmpInst::Predicate Pred = ICI->getPredicate(); in foldSelectCttzCtlz() local
403 ICmpInst::Predicate Pred = ICI->getPredicate(); in visitSelectInstWithICmp() local
1069 CmpInst::Predicate Pred = getICmpPredicateForMinMax(SPF); in visitSelectInst() local
HDInstCombineCompares.cpp743 ICmpInst::Predicate Pred) { in FoldICmpAddOpCst()
829 ICmpInst::Predicate Pred = ICI.getPredicate(); in FoldICmpDivCst() local
1047 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in FoldICmpCstShrCst()
1107 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in FoldICmpCstShlCst()
1201 ICmpInst::Predicate Pred = ICI.isSigned() in visitICmpInstWithInstAndIntCst() local
1211 ICmpInst::Predicate Pred = ICI.isSigned() in visitICmpInstWithInstAndIntCst() local
1498 ICmpInst::Predicate Pred = ICI.getPredicate(); in visitICmpInstWithInstAndIntCst() local
3224 CmpInst::Predicate Pred = I.getPredicate(); in visitICmpInst() local
3417 ICmpInst::Predicate Pred = I.isSigned() in visitICmpInst() local
3425 ICmpInst::Predicate Pred = I.isSigned() in visitICmpInst() local
[all …]
/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcherEmitter.cpp64 unsigned getNodePredicate(TreePredicateFn Pred) { in getNodePredicate()
252 StringRef Pred =cast<CheckPatternPredicateMatcher>(N)->getPredicate(); in EmitMatcher() local
260 TreePredicateFn Pred = cast<CheckPredicateMatcher>(N)->getPredicate(); in EmitMatcher() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDLatencyPriorityQueue.cpp60 SUnit &Pred = *I->getSUnit(); in getSingleUnscheduledPred() local
HDAnalysis.cpp161 ISD::CondCode llvm::getFCmpCondCode(FCmpInst::Predicate Pred) { in getFCmpCondCode()
198 ISD::CondCode llvm::getICmpCondCode(ICmpInst::Predicate Pred) { in getICmpCondCode()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCBranchSelector.cpp193 PPC::Predicate Pred = (PPC::Predicate)I->getOperand(0).getImm(); in runOnMachineFunction() local
/NextBSD/contrib/llvm/lib/IR/
HDConstantRange.cpp52 ConstantRange ConstantRange::makeAllowedICmpRegion(CmpInst::Predicate Pred, in makeAllowedICmpRegion()
118 ConstantRange ConstantRange::makeSatisfyingICmpRegion(CmpInst::Predicate Pred, in makeSatisfyingICmpRegion()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h93 void handlePredecessor(const CFGBlock *Pred) {} in handlePredecessor()
96 void handlePredecessorBackEdge(const CFGBlock *Pred) {} in handlePredecessorBackEdge()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDMapVector.h170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDTailRecursionElimination.cpp809 BasicBlock *Pred = *PI; in FoldReturnAndProcessPred() local
818 BasicBlock *Pred = BI->getParent(); in FoldReturnAndProcessPred() local

12345