Searched refs:PFI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp80 ProfileInfo *PFI; member in class:__anon7755::CodeGenPrepare
143 PFI = getAnalysisIfAvailable<ProfileInfo>();
374 if (PFI) {
375 PFI->replaceAllUses(BB, DestBB);
376 PFI->removeEdge(ProfileInfo::getEdge(BB, DestBB));
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp863 PPCFunctionInfo *PFI = MF.getInfo<PPCFunctionInfo>(); local
870 (TCSPDelta = PFI->getTailCallSPDelta()) < 0) {
891 int FI = PFI->getFramePointerSaveIndex();

Completed in 49 milliseconds