Searched refs:PInfo (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp446 setStateForVarOrTmp(ConsumedStateMap *StateMap, const PropagationInfo &PInfo, argument
448 assert(PInfo.isVar() || PInfo.isTmp());
450 if (PInfo.isVar())
451 StateMap->setState(PInfo.getVar(), State);
453 StateMap->setState(PInfo.getTmp(), State);
494 void checkCallability(const PropagationInfo &PInfo,
548 PropagationInfo& PInfo = Entry->second; local
549 ConsumedState CS = PInfo.getAsState(StateMap);
552 if (NS != CS_None && PInfo
561 PropagationInfo& PInfo = Entry->second; local
571 PropagationInfo& PInfo = Entry->second; local
579 checkCallability(const PropagationInfo &PInfo, const FunctionDecl *FunDecl, SourceLocation BlameLoc) argument
630 PropagationInfo PInfo = Entry->second; local
663 PropagationInfo PInfo = Entry->second; local
921 PropagationInfo PInfo = VIT->second; local
950 splitVarStateForIfBinOp(const PropagationInfo &PInfo, ConsumedStateMap *ThenStates, ConsumedStateMap *ElseStates) argument
1232 PropagationInfo PInfo; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp106 // Neither PInfo nor EdgeOnly participate in the ordering
107 PredicateBase *PInfo = nullptr; member in struct:llvm::PredicateInfoClasses::ValueDFS
169 return ::getBlockEdge(VD.PInfo);
216 assert(VD.PInfo &&
218 assert(isa<PredicateAssume>(VD.PInfo) &&
220 return cast<PredicateAssume>(VD.PInfo)->AssumeInst;
273 if (EdgePred != getBranchBlock(Stack.back().PInfo))
277 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U);
551 auto *ValInfo = Result.PInfo;
626 VD.PInfo
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp422 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); local
427 PInfo.getNumOperands() > 1 ||
428 PInfo.hasProperty(SDNPHasChain) ||
429 PInfo.hasProperty(SDNPInGlue) ||
430 PInfo.hasProperty(SDNPOptInGlue);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1510 NonLocalDepInfo &PInfo = It->second.NonLocalDeps;
1512 for (unsigned i = 0, e = PInfo.size(); i != e; ++i) {
1513 Instruction *Target = PInfo[i].getResult().getInst();
1516 assert(Target->getParent() == PInfo[i].getBB());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1041 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()]; local
1042 if (!PInfo.Visited) {
1046 if (PInfo.HighLatencyCPSR) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h287 // Label if any of its ancestors (PInfo->Label) has a smaller Semi.
288 const InfoRec *PInfo = VInfo; local
289 const InfoRec *PLabelInfo = &NodeToInfo[PInfo->Label];
292 VInfo->Parent = PInfo->Parent;
295 VInfo->Label = PInfo->Label;
298 PInfo = VInfo;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp710 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(EltSize * i); local
712 = MF->getMachineMemOperand(PInfo, MMO->getFlags(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2175 BBInfo &PInfo = MBBInfoMap[*PrI]; local
2176 if (PInfo.addRequired(MInfo.vregsLiveIn))
2317 BBInfo &PInfo = MBBInfoMap[Pred]; local
2318 if (!PInfo.regsLiveOut.count(LiveInReg)) {

Completed in 105 milliseconds