Home
last modified time | relevance | path

Searched refs:FirstSlot (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp1321 int FirstSlot = SortedSlots[I]; in runOnMachineFunction() local
1325 if (MFI->getStackID(FirstSlot) != MFI->getStackID(SecondSlot)) in runOnMachineFunction()
1328 LiveInterval *First = &*Intervals[FirstSlot]; in runOnMachineFunction()
1330 auto &FirstS = LiveStarts[FirstSlot]; in runOnMachineFunction()
1346 SlotRemap[SecondSlot] = FirstSlot; in runOnMachineFunction()
1348 LLVM_DEBUG(dbgs() << "Merging #" << FirstSlot << " and slots #" in runOnMachineFunction()
1350 Align MaxAlignment = std::max(MFI->getObjectAlign(FirstSlot), in runOnMachineFunction()
1353 assert(MFI->getObjectSize(FirstSlot) >= in runOnMachineFunction()
1359 MFI->setObjectAlignment(FirstSlot, MaxAlignment); in runOnMachineFunction()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1640 StringRef FirstSlot = Call.getSelector().getNameForSlot(0); in isKnownDeallocObjCMethodName() local
1641 return FirstSlot == "dataWithBytesNoCopy" || in isKnownDeallocObjCMethodName()
1642 FirstSlot == "initWithBytesNoCopy" || in isKnownDeallocObjCMethodName()
1643 FirstSlot == "initWithCharactersNoCopy"; in isKnownDeallocObjCMethodName()
3152 StringRef FirstSlot = Msg->getSelector().getNameForSlot(0); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly() local
3153 if (FirstSlot.endswith("NoCopy")) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3160 if (FirstSlot.startswith("addPointer") || in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3161 FirstSlot.startswith("insertPointer") || in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3162 FirstSlot.startswith("replacePointer") || in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3163 FirstSlot.equals("valueWithPointer")) { in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()