reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
96 for (isn = LLVMGetFirstInstruction(bb); isn; 96 for (isn = LLVMGetFirstInstruction(bb); isn; 97 isn = LLVMGetNextInstruction(isn)) { 97 isn = LLVMGetNextInstruction(isn)) { 99 if (LLVMIsACallInst(isn)) { 101 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1); 101 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1);