Searched defs:PN (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp95 PHINode *PN = nullptr; local
H A DBreakCriticalEdges.cpp184 PHINode *PN = cast<PHINode>(I); local
328 PHINode *PN local
[all...]
H A DLCSSA.cpp155 PHINode *PN = PHINode::Create(I->getType(), PredCache.size(ExitBB), local
[all...]
H A DLoopVersioning.cpp129 PHINode *PN; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h86 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp206 bool UnrolledInstAnalyzer::visitPHINode(PHINode &PN) { argument
H A DPhiValues.cpp126 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { argument
[all...]
/freebsd-11-stable/lib/msun/ld128/
H A De_powl.c119 static const long double PN[] = variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h135 void visitPHINode(PHINode &PN) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h39 DFCalculateWorkObject(BlockT *B, BlockT *P, const DomTreeNodeT *N, const DomTreeNodeT *PN) argument
H A DSparsePropagation.h76 virtual bool IsSpecialCasedPHI(PHINode *PN) { return false; } argument
397 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::visitPHINode(PHINode &PN) { argument
[all...]
H A DScalarEvolutionExpander.h300 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp164 PHINode *PN = nullptr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp235 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesLeft, local
H A DStackProtector.cpp202 const auto *PN = cast<PHINode>(I); local
H A DSjLjEHPrepare.cpp299 PHINode *PN = cast<PHINode>(U); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp234 PHINode *PN = dyn_cast<PHINode>(UserInst); local
[all...]
H A DBasicBlock.cpp362 PHINode *PN; local
445 PHINode *PN = dyn_cast<PHINode>(II); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h258 void InvalidatePHILiveOutRegInfo(const PHINode *PN) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h297 PHINodeT *PN; member in class:llvm::final::phi_iterator_impl
299 phi_iterator_impl(PHINodeT *PN) : PN(PN) {} argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp49 isSafeToSpeculatePHIUsers(PHINode &PN, DominatorTree &DT, argument
202 isSafeAndProfitableToSpeculateAroundPHI( PHINode &PN, SmallDenseMap<PHINode *, int, 16> &CostSavingsMap, SmallPtrSetImpl<Instruction *> &PotentialSpecSet, SmallPtrSetImpl<Instruction *> &UnsafeSet, DominatorTree &DT, TargetTransformInfo &TTI) argument
[all...]
H A DGVNSink.cpp237 ModelledPHI(const PHINode *PN) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp460 PHINode *PN = cast<PHINode>(D->front()); local
596 PHINode *PN = dyn_cast<PHINode>(Op); local
685 PHINode *PN local
732 auto *PN = cast<PHINode>(I); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp418 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h266 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } argument

Completed in 284 milliseconds

1234