HomeSort by relevance Sort by last modified time
    Searched refs:PFI (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 73 ProfileInfo *PFI;
131 PFI = getAnalysisIfAvailable<ProfileInfo>();
348 if (PFI) {
349 PFI->replaceAllUses(BB, DestBB);
350 PFI->removeEdge(ProfileInfo::getEdge(BB, DestBB));
    [all...]
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 446 typedef int (*PFI)();
448 PFI parse[] = { parse_patchram, parse_baudrate,
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 862 PPCFunctionInfo *PFI = MF.getInfo<PPCFunctionInfo>();
868 if (GuaranteedTailCallOpt && (TCSPDelta = PFI->getTailCallSPDelta()) < 0) {
889 int FI = PFI->getFramePointerSaveIndex()
    [all...]

Completed in 2653 milliseconds