OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFI
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
72
ProfileInfo *
PFI
;
129
PFI
= getAnalysisIfAvailable<ProfileInfo>();
341
if (
PFI
) {
342
PFI
->replaceAllUses(BB, DestBB);
343
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 55 milliseconds