Searched defs:FR (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp127 if (FunctionRecord *FR = getFunctionInfo(F)) {
128 if (FR->FunctionEffect == 0)
130 else if ((FR->FunctionEffect & Mod) == 0)
144 if (FunctionRecord *FR = getFunctionInfo(F)) {
145 if (FR->FunctionEffect == 0)
147 else if ((FR->FunctionEffect & Mod) == 0)
379 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()]; local
402 FR.MayReadAnyGlobal = true;
423 FR.GlobalInfo[GI->first] |= GI->second;
424 FR
[all...]
/external/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp42 SmallVector<std::pair<int,int64_t>, 16> &FR) {
45 const SmallVector<std::pair<int,int64_t>, 16>::iterator FRB = FR.begin();
46 const SmallVector<std::pair<int,int64_t>, 16>::iterator FRE = FR.end();
41 replaceFrameIndexes(MachineFunction &MF, SmallVector<std::pair<int,int64_t>, 16> &FR) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp156 const FieldRegion *FR = MrMgr.getFieldRegion(*I, R); local
160 if (Find(FR))
164 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
/external/icu4c/test/intltest/
H A Dsvccoll.cpp36 const Locale& FR = Locale::getFrance(); local
42 Collator* frcol = Collator::createInstance(FR, status);
60 if (loc != FR) {
64 if (loc != FR) {
95 frcol = Collator::createInstance(FR, status);
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1165 const FieldRegion *FR = cast<FieldRegion>(R); local
1166 R = FR->getSuperRegion();
1168 const RecordDecl *RD = FR->getDecl()->getParent();
1183 if (FR->getDecl() == *FI)
H A DRegionStore.cpp1091 if (const FieldRegion* FR = dyn_cast<FieldRegion>(R))
1092 return CastRetrievedVal(getBindingForField(store, FR), FR, T, false);
1166 else if (const FieldRegion *FR = dyn_cast<FieldRegion>(R)) {
1168 GetLazyBinding(B, FR->getSuperRegion(), originalRegion);
1173 MRMgr.getFieldRegionWithSuper(FR, X.second));
1769 const FieldRegion* FR = MRMgr.getFieldRegion(*FI, R); local
1772 newStore = BindArray(newStore.getStore(), FR, *VI);
1774 newStore = BindStruct(newStore.getStore(), FR, *VI);
1776 newStore = Bind(newStore.getStore(), svalBuilder.makeLoc(FR), *V
[all...]
/external/clang/lib/Sema/
H A DSema.cpp1095 OverloadExpr::FindResult FR = OverloadExpr::find(const_cast<Expr*>(&E)); local
1096 const OverloadExpr *Overloads = FR.Expression;
1112 if (FR.HasFormOfMemberPointer)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1191 const FieldRegion *getFieldRegionWithSuper(const FieldRegion *FR, argument
1193 return getFieldRegion(FR->getDecl(), superRegion);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1539 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local
1541 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1),
1579 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), local
1619 return DAG.getStore(thirdStore, dl, FR, nextPtr,
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2466 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local
2468 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1),
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9473 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), local
9475 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),

Completed in 362 milliseconds