| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | Consumed.cpp | 446 setStateForVarOrTmp(ConsumedStateMap *StateMap, const PropagationInfo &PInfo, in setStateForVarOrTmp() argument 448 assert(PInfo.isVar() || PInfo.isTmp()); in setStateForVarOrTmp() 450 if (PInfo.isVar()) in setStateForVarOrTmp() 451 StateMap->setState(PInfo.getVar(), State); in setStateForVarOrTmp() 453 StateMap->setState(PInfo.getTmp(), State); in setStateForVarOrTmp() 494 void checkCallability(const PropagationInfo &PInfo, 548 PropagationInfo& PInfo = Entry->second; in copyInfo() local 549 ConsumedState CS = PInfo.getAsState(StateMap); in copyInfo() 552 if (NS != CS_None && PInfo.isPointerToValue()) in copyInfo() 553 setStateForVarOrTmp(StateMap, PInfo, NS); in copyInfo() [all …]
|
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | FrameHeaderCache.hpp | 64 bool cacheNeedsReset(dl_phdr_info *PInfo) { in cacheNeedsReset() argument 75 if (PInfo->dlpi_adds != LastAdds || PInfo->dlpi_subs != LastSubs) { in cacheNeedsReset() 79 LastAdds = PInfo->dlpi_adds; in cacheNeedsReset() 80 LastSubs = PInfo->dlpi_subs; in cacheNeedsReset() 88 bool find(dl_phdr_info *PInfo, size_t, void *data) { in find() argument 89 if (cacheNeedsReset(PInfo) || MostRecentlyUsed == nullptr) in find()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | PredicateInfo.cpp | 101 PredicateBase *PInfo = nullptr; member 158 return ::getBlockEdge(VD.PInfo); in getBlockEdge() 205 assert(VD.PInfo && in getMiddleDef() 207 assert(isa<PredicateAssume>(VD.PInfo) && in getMiddleDef() 209 return cast<PredicateAssume>(VD.PInfo)->AssumeInst->getNextNode(); in getMiddleDef() 315 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope() 319 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope() 554 auto *ValInfo = Result.PInfo; in materializeStack() 643 VD.PInfo = PossibleCopy; in renameUses() 656 VD.PInfo = PossibleCopy; in renameUses() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | LoopUnrollPass.cpp | 776 shouldPragmaUnroll(Loop *L, const PragmaInfo &PInfo, in shouldPragmaUnroll() argument 784 if (PInfo.UserUnrollCount) { in shouldPragmaUnroll() 791 if (PInfo.PragmaCount > 0) { in shouldPragmaUnroll() 792 if ((UP.AllowRemainder || (TripMultiple % PInfo.PragmaCount == 0))) in shouldPragmaUnroll() 793 return PInfo.PragmaCount; in shouldPragmaUnroll() 796 if (PInfo.PragmaFullUnroll && TripCount != 0) in shouldPragmaUnroll() 908 PragmaInfo PInfo(UserUnrollCount, PragmaFullUnroll, PragmaCount, in computeUnrollCount() local 924 if (auto UnrollFactor = shouldPragmaUnroll(L, PInfo, TripMultiple, TripCount, in computeUnrollCount()
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | DAGISelMatcherGen.cpp | 427 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode() local 432 PInfo.getNumOperands() > 1 || in EmitOperatorMatchCode() 433 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode() 434 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode() 435 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | GenericDomTreeConstruction.h | 256 const InfoRec *PInfo = VInfo; in eval() local 257 const InfoRec *PLabelInfo = &NodeToInfo[PInfo->Label]; in eval() 260 VInfo->Parent = PInfo->Parent; in eval() 263 VInfo->Label = PInfo->Label; in eval() 266 PInfo = VInfo; in eval()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | Thumb2SizeReduction.cpp | 1053 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; in ReduceMBB() local 1054 if (!PInfo.Visited) { in ReduceMBB() 1058 if (PInfo.HighLatencyCPSR) { in ReduceMBB()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineVerifier.cpp | 2727 BBInfo &PInfo = MBBInfoMap[Pred]; in calcRegsRequired() local 2728 if (PInfo.addRequired(MInfo.vregsLiveIn)) in calcRegsRequired() 2743 BBInfo &PInfo = MBBInfoMap[Pred]; in calcRegsRequired() local 2744 if (PInfo.addRequired(Reg)) in calcRegsRequired() 2881 BBInfo &PInfo = MBBInfoMap[Pred]; in visitMachineFunctionAfter() local 2882 if (!PInfo.regsLiveOut.count(LiveInReg)) { in visitMachineFunctionAfter()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | MemoryDependenceAnalysis.cpp | 1476 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies() local 1478 for (const NonLocalDepEntry &DE : PInfo) { in removeCachedNonLocalPointerDependencies()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIRegisterInfo.cpp | 1615 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(RegOffset); in buildSpillLoadStore() local 1617 MF->getMachineMemOperand(PInfo, MMO->getFlags(), RemEltSize, in buildSpillLoadStore()
|