Lines Matching full:instruction
406 if (Instruction *I = dyn_cast<Instruction>(v))
416 if (Instruction *I = dyn_cast<Instruction>(v))
440 // Find an instruction by name
441 Instruction *llvm::getInst(Value *base, char *instName) {
447 Instruction *I = &*it;
456 // Dump an instruction by nane
458 Instruction *I = getInst(base, instName);
463 // Dump an instruction and all dependent instructions
464 void llvm::dumpInstRec(Value *v, std::set<Instruction *> *visited) {
465 if (Instruction *I = dyn_cast<Instruction>(v)) {
479 // Dump an instruction and all dependent instructions
481 std::set<Instruction *> visited;
488 // Dump the parent for Instruction, block or function
490 if (Instruction *I = dyn_cast<Instruction>(v)) {