Searched refs:Props (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 229 LoopProperties& Props = InsertRes.first->second; in countLoop() local 248 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5); in countLoop() 249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop() 250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop() 253 if (!Props.CanBeUnswitchedCount) { in countLoop() 262 CurrentLoopProperties = &Props; in countLoop() 263 CurLoopInstructions = &Props.UnswitchedVals; in countLoop() 274 LoopProperties& Props = LIt->second; in forgetLoop() local 275 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation; in forgetLoop()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 313 CodeGenRegisterClass(StringRef Name, Key Props);
|
D | CodeGenRegisters.cpp | 545 CodeGenRegisterClass::CodeGenRegisterClass(StringRef Name, Key Props) in CodeGenRegisterClass() argument 546 : Members(*Props.Members), in CodeGenRegisterClass() 550 SpillSize(Props.SpillSize), in CodeGenRegisterClass() 551 SpillAlignment(Props.SpillAlignment), in CodeGenRegisterClass()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 296 SmallVectorImpl<Decl *> &Props; member 303 SmallVectorImpl<Decl *> &Props, in ObjCPropertyCallback() 307 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc), in ObjCPropertyCallback() 345 Props.push_back(Property); in invoke()
|
/external/webkit/Source/WebCore/platform/cocoa/ |
D | KeyEventCocoa.mm | 241 // "Props"
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 401 // "Props"
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebEventFactory.mm | 502 // "Props"
|