| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngineObjC.cpp | 23 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
|
| HD | ExprEngineCXX.cpp | 26 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()
|
| HD | ExprEngineC.cpp | 23 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 …]
|
| HD | ExprEngine.cpp | 287 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 …]
|
| HD | CoreEngine.cpp | 229 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()
|
| HD | ExprEngineCallAndReturn.cpp | 40 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/ |
| HD | ThreadSafetyTIL.cpp | 56 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/ |
| HD | SSAUpdaterImpl.h | 127 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/ |
| HD | CoreEngine.h | 262 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
|
| HD | CheckerContext.h | 73 ExplodedNode *Pred; variable
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMLoadStoreOptimizer.cpp | 432 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 …]
|
| HD | Thumb2SizeReduction.cpp | 296 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
|
| HD | ThumbRegisterInfo.cpp | 66 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/ |
| HD | CmpInstAnalysis.cpp | 45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
|
| HD | BasicBlockUtils.cpp | 337 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/ |
| HD | InstCombineSelect.cpp | 60 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
|
| HD | InstCombineCompares.cpp | 743 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/ |
| HD | DAGISelMatcherEmitter.cpp | 64 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/ |
| HD | LatencyPriorityQueue.cpp | 60 SUnit &Pred = *I->getSUnit(); in getSingleUnscheduledPred() local
|
| HD | Analysis.cpp | 161 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/ |
| HD | PPCBranchSelector.cpp | 193 PPC::Predicate Pred = (PPC::Predicate)I->getOperand(0).getImm(); in runOnMachineFunction() local
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | ConstantRange.cpp | 52 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/ |
| HD | ThreadSafetyCommon.h | 93 void handlePredecessor(const CFGBlock *Pred) {} in handlePredecessor() 96 void handlePredecessorBackEdge(const CFGBlock *Pred) {} in handlePredecessorBackEdge()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | MapVector.h | 170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | TailRecursionElimination.cpp | 809 BasicBlock *Pred = *PI; in FoldReturnAndProcessPred() local 818 BasicBlock *Pred = BI->getParent(); in FoldReturnAndProcessPred() local
|