Searched defs:Stop (Results 1 – 10 of 10) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Use.cpp | 57 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 D | FormatStringParsing.h | 53 bool Stop; variable
|
/minix3/common/dist/zlib/contrib/ada/ |
H A D | mtest.adb | 24 Stop : Boolean := False; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 183 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 D | InterferenceCache.cpp | 124 SlotIndex Start, Stop; in update() local
|
H A D | LiveIntervalAnalysis.cpp | 363 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 D | LiveDebugVariables.cpp | 517 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 D | IntervalMap.h | 746 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 D | DwarfUnit.cpp | 658 int Stop = (LittleEndian ? NumBytes : -1); in addConstantFPValue() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 241 void erase(iterator Start, iterator Stop) { Slices.erase(Start, Stop); } in erase()
|