Searched defs:InstNum (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 58 unsigned InstNum = It - Instructions.begin(); in isAliveAfter() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 684 analyzeInstructionForSinking(LockstepReverseIterator & LRI,unsigned & InstNum,unsigned & MemoryInstNum,ModelledPHISet & NeededPHIs,SmallPtrSetImpl<Value * > & PHIContents) analyzeInstructionForSinking() argument 837 unsigned InstNum = 0, MemoryInstNum = 0; sinkBB() local
|
H A D | NewGVN.cpp | 2455 for (auto InstNum : RevisitOnReachabilityChange[To]) updateReachableEdge() local 3879 for (auto InstNum : BBPair.second) { eliminateInstructions() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 770 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument 819 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in getValue() argument 799 popValue(const SmallVectorImpl<uint64_t> & Record,unsigned & Slot,unsigned InstNum,Type * Ty,unsigned TyID,Value * & ResVal,BasicBlock * ConstExprInsertBB) popValue() argument 810 getValue(const SmallVectorImpl<uint64_t> & Record,unsigned Slot,unsigned InstNum,Type * Ty,unsigned TyID,Value * & ResVal,BasicBlock * ConstExprInsertBB) getValue() argument 831 getValueSigned(const SmallVectorImpl<uint64_t> & Record,unsigned Slot,unsigned InstNum,Type * Ty,unsigned TyID,BasicBlock * ConstExprInsertBB) getValueSigned() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 1836 unsigned InstNum = It.first; emitDebugValues() local
|