Searched defs:InstNum (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 58 unsigned InstNum = It - Instructions.begin(); in isAliveAfter() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 684 unsigned &InstNum, in analyzeInstructionForSinking() 837 unsigned InstNum = 0, MemoryInstNum = 0; in sinkBB() local
|
H A D | NewGVN.cpp | 2459 for (auto InstNum : RevisitOnReachabilityChange[To]) in updateReachableEdge() local 3884 for (auto InstNum : BBPair.second) { in eliminateInstructions() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 770 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() 799 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() 810 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() 819 unsigned InstNum, Type *Ty, unsigned TyID, in getValue() 831 unsigned InstNum, Type *Ty, unsigned TyID, in getValueSigned()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 1836 unsigned InstNum = It.first; in emitDebugValues() local
|