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

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp81 ProfileInfo *PFI; member in class:__anon9670::CodeGenPrepare
149 PFI = getAnalysisIfAvailable<ProfileInfo>();
430 if (PFI) {
431 PFI->replaceAllUses(BB, DestBB);
432 PFI->removeEdge(ProfileInfo::getEdge(BB, DestBB));
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp865 PPCFunctionInfo *PFI = MF.getInfo<PPCFunctionInfo>(); local
872 (TCSPDelta = PFI->getTailCallSPDelta()) < 0) {
893 int FI = PFI->getFramePointerSaveIndex();

Completed in 127 milliseconds