Home
last modified time | relevance | path

Searched defs:Stop (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DUse.cpp57 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags()
87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatStringParsing.h53 bool Stop; variable
/minix3/common/dist/zlib/contrib/ada/
H A Dmtest.adb24 Stop : Boolean := False; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp183 SlotIndex Start, Stop; in calcLiveBlockInfo() local
279 SlotIndex Stop = LIS.getMBBEndIdx(MFI); in countLiveBlocks() local
1160 SlotIndex Start, Stop; in splitLiveThroughBlock() local
1263 SlotIndex Start, Stop; in splitRegInBlock() local
1355 SlotIndex Start, Stop; in splitRegOutBlock() local
H A DInterferenceCache.cpp124 SlotIndex Start, Stop; in update() local
H A DLiveIntervalAnalysis.cpp363 SlotIndex Stop = Indexes.getMBBEndIdx(Pred); in extendSegmentsToUses() local
379 SlotIndex Stop = Indexes.getMBBEndIdx(Pred); in extendSegmentsToUses() local
768 SlotIndex Stop = LI.endIndex(); in intervalIsInOneMBB() local
H A DLiveDebugVariables.cpp517 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef() local
974 SlotIndex Stop = I.stop(); in emitDebugValues() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h746 void insert(unsigned i, unsigned Size, NodeRef Node, KeyT Stop) { in insert()
1640 iterator::canCoalesceRight(KeyT Stop, ValT Value) { in canCoalesceRight()
1664 iterator::setNodeStop(unsigned Level, KeyT Stop) { in setNodeStop()
1735 iterator::insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop) { in insertNode()
2018 KeyT Stop = Node[Pos]->stop(NewSize[Pos]-1); in overflow() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp658 int Stop = (LittleEndian ? NumBytes : -1); in addConstantFPValue() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp241 void erase(iterator Start, iterator Stop) { Slices.erase(Start, Stop); } in erase()