Searched defs:PI (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp35 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(L, AR); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp51 void EmitPersonalityIndex(unsigned PI) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp92 GCFunctionInfo::iterator PI = MD.begin(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp57 void PassRegistry::registerPass(const PassInfo &PI, bool ShouldFree) { argument
H A DPass.cpp78 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID); local
185 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID); local
260 const PassInfo *PI = Pass::lookupPassInfo(Arg); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp112 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID); variable
H A DExtractFunction.cpp411 std::vector<std::string> PI; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A DPassPrinters.cpp37 FunctionPassPrinter(const PassInfo *PI, raw_ostream &out) argument
68 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out) argument
103 ModulePassPrinter(const PassInfo *PI, raw_ostream &out) argument
133 LoopPassPrinter(const PassInfo *PI, raw_ostream &out) argument
164 RegionPassPrinter(const PassInfo *PI, raw_ostream &out) argument
192 createFunctionPassPrinter(const PassInfo *PI, raw_ostream &OS) argument
197 createCallGraphPassPrinter(const PassInfo *PI, raw_ostream &OS) argument
202 createModulePassPrinter(const PassInfo *PI, raw_ostream &OS) argument
206 createLoopPassPrinter(const PassInfo *PI, raw_ostream &OS) argument
210 createRegionPassPrinter(const PassInfo *PI, raw_ostream &OS) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp38 ProcessInfo PI; local
60 ProcessInfo PI; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h71 PassInstrumentation PI; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h213 inline bool SplitCriticalEdge(BasicBlock *Succ, pred_iterator PI, argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp34 const MCExtraProcessorInfo &PI = SM.getExtraProcessorInfo(); local
120 const MCExtraProcessorInfo &PI = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp141 MachineBasicBlock::iterator PI = std::prev(MBBI); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h159 Pass *findImplPass(AnalysisID PI) { argument
173 void addAnalysisImplsPair(AnalysisID PI, Pass *P) { argument
208 const void *PI = &AnalysisType::ID; local
261 getAnalysisID(AnalysisID PI, Function &F, bool *Changed) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h101 auto PI = lower_bound(Pairs, NfaStatePair{Head->State, 0ULL}); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h248 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(F); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp199 PhiValues &PI = AM.getResult<PhiValuesAnalysis>(F); local
H A DCGSCCPassManager.cpp59 PassInstrumentation PI = local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h499 PassInstrumentation PI = FAM.getResult<PassInstrumentationAnalysis>(F); local
584 PassInstrumentation PI = local
788 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(M); local
[all...]
H A DPtrUseVisitor.h123 PtrInfo PI; member in class:llvm::detail::PtrUseVisitorBase
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp515 Pass2Ty::iterator PI = Pass2.find(*I); local
528 Pass2Ty::iterator PI = Pass2.find(*I); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp374 const PassInfo *PI = PR->getPassInfo(PassName); local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp288 OS << "\"" << *PI << "\" COMMA "; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp171 MachineBasicBlock::iterator PI = std::prev(MBBI); local
/freebsd-13-stable/contrib/ntp/util/
H A Dtg.c74 #define PI 800 /* WWV/H PI pulse */ macro
[all...]

Completed in 230 milliseconds

123