Lines Matching refs:Next
911 LLVMValueRef Next = nullptr; in CloneBB() local
914 Next = LLVMGetNextInstruction(Cur); in CloneBB()
915 if (Next == nullptr) { in CloneBB()
921 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB()
925 Cur = Next; in CloneBB()
941 LLVMBasicBlockRef Next = nullptr; in CloneBBs() local
945 Next = LLVMGetNextBasicBlock(Cur); in CloneBBs()
946 if (Next == nullptr) { in CloneBBs()
952 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Next); in CloneBBs()
956 Cur = Next; in CloneBBs()
971 LLVMValueRef Next = nullptr; in declare_symbols() local
985 Next = LLVMGetNextGlobal(Cur); in declare_symbols()
986 if (Next == nullptr) { in declare_symbols()
992 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols()
996 Cur = Next; in declare_symbols()
1009 Next = nullptr; in declare_symbols()
1031 Next = LLVMGetNextFunction(Cur); in declare_symbols()
1032 if (Next == nullptr) { in declare_symbols()
1038 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols()
1042 Cur = Next; in declare_symbols()
1055 Next = nullptr; in declare_symbols()
1067 Next = LLVMGetNextGlobalAlias(Cur); in declare_symbols()
1068 if (Next == nullptr) { in declare_symbols()
1074 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in declare_symbols()
1078 Cur = Next; in declare_symbols()
1091 Next = nullptr; in declare_symbols()
1102 Next = LLVMGetNextGlobalIFunc(Cur); in declare_symbols()
1103 if (Next == nullptr) { in declare_symbols()
1109 LLVMValueRef Prev = LLVMGetPreviousGlobalIFunc(Next); in declare_symbols()
1113 Cur = Next; in declare_symbols()
1154 LLVMValueRef Next = nullptr; in clone_symbols() local
1189 Next = LLVMGetNextGlobal(Cur); in clone_symbols()
1190 if (Next == nullptr) { in clone_symbols()
1196 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in clone_symbols()
1200 Cur = Next; in clone_symbols()
1213 Next = nullptr; in clone_symbols()
1243 Next = LLVMGetNextFunction(Cur); in clone_symbols()
1244 if (Next == nullptr) { in clone_symbols()
1250 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols()
1254 Cur = Next; in clone_symbols()
1267 Next = nullptr; in clone_symbols()
1282 Next = LLVMGetNextGlobalAlias(Cur); in clone_symbols()
1283 if (Next == nullptr) { in clone_symbols()
1289 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in clone_symbols()
1293 Cur = Next; in clone_symbols()
1306 Next = nullptr; in clone_symbols()
1321 Next = LLVMGetNextGlobalIFunc(Cur); in clone_symbols()
1322 if (Next == nullptr) { in clone_symbols()
1328 LLVMValueRef Prev = LLVMGetPreviousGlobalIFunc(Next); in clone_symbols()
1332 Cur = Next; in clone_symbols()