Searched defs:PI (Results 26 - 50 of 68) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h397 runSinglePass( IRUnitT &IR, PassT &Pass, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U, PassInstrumentation &PI) argument
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DPass.cpp83 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID); local
197 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID); local
272 const PassInfo *PI = Pass::lookupPassInfo(Arg); local
H A DBasicBlock.cpp285 const_pred_iterator PI = pred_begin(this), E = pred_end(this); local
293 const_pred_iterator PI = pred_begin(this), E = pred_end(this); local
[all...]
H A DLegacyPassManager.cpp668 const PassInfo *PI = findAnalysisPassInfo(P->getPassID()); local
687 const PassInfo *PI = findAnalysisPassInfo(ID); local
785 const PassInfo *&PI = AnalysisPassInfos[AID]; local
872 AnalysisID PI = P->getPassID(); local
1001 AnalysisID PI = P->getPassID(); local
1076 const PassInfo *PI = TPM->findAnalysisPassInfo(ID); local
1292 getOnTheFlyPass(Pass *P, AnalysisID PI, Function &F) argument
1637 getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DExtractFunction.cpp411 std::vector<std::string> PI; local
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp192 MachineBasicBlock::iterator PI = std::prev(MBBI); local
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp656 CFGBlock::const_pred_iterator PI = B->pred_begin(); local
H A DConsumed.cpp483 void insertInfo(const Expr *E, const PropagationInfo &PI) { argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp68 PassInstrumentation PI = local
170 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(M); local
361 PassInstrumentation PI = local
537 PassInstrumentation PI = FAM.getResult<PassInstrumentationAnalysis>(F); local
[all...]
H A DLint.cpp215 Function::arg_iterator PI = F->arg_begin(), PE = F->arg_end(); local
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp56 const PassInfo *PI = PR->getPassInfo(PassName); local
/openbsd-current/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp434 const PassInfo *PI = PR->getPassInfo(PassName); local
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DPassManager.h506 PassInstrumentation PI = local
861 typename AnalysisPassMapT::iterator PI = AnalysisPasses.find(ID); local
869 typename AnalysisPassMapT::const_iterator PI = AnalysisPasses.find(ID); local
1322 PassInstrumentation PI local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp581 VPIntrinsic *PI; member in struct:__anon2071::TransformJob
583 TransformJob(VPIntrinsic *PI, TargetTransformInfo::VPLegalization InitStrat) argument
[all...]
H A DEarlyIfConversion.cpp517 PHIInfo &PI = PHIs.back(); local
621 PHIInfo &PI = PHIs[i]; local
649 PHIInfo &PI = PHIs[i]; local
936 SSAIfConv::PHIInfo &PI = IfConv.PHIs[i]; local
[all...]
H A DTargetPassConfig.cpp407 const PassInfo *PI = PR.getPassInfo(PassName); local
415 const PassInfo *PI = getPassInfo(PassName); local
H A DBranchFolding.cpp1612 size_t PI = 0; local
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp873 PI = Path.begin(), PE = Path.end(); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp249 PredicateInfo &PI; member in class:llvm::PredicateInfoBuilder
288 PredicateInfoBuilder(PredicateInfo &PI, Function &F, DominatorTree &DT, argument
855 const auto *PI local
[all...]
H A DBasicBlockUtils.cpp1614 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp1310 Out << *PI; local
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp364 auto PI = MBB->pred_begin() + Idx; local
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp572 MachineBasicBlock::pred_iterator PI = TopMBB->pred_begin(); local
H A DHexagonVLIWPacketizer.cpp859 const MachineInstr &PI = *PacketSU->getInstr(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1284 MachineBasicBlock::pred_iterator PI = MBB.pred_begin(); local

Completed in 344 milliseconds

123