HomeSort by relevance Sort by last modified time
    Searched refs:rememberInstruction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 130 void rememberInstruction(MachineInstr *MI);
133 /// instructions seen so far (via rememberInstruction) to before it.
145 /// Calling rememberInstruction or isSafeToHoist on a clobbered HazardDetector
152 void HazardDetector::rememberInstruction(MachineInstr *MI) {
337 HD.rememberInstruction(MI);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 85 rememberInstruction(Ret);
216 rememberInstruction(BO);
542 rememberInstruction(GEP);
576 rememberInstruction(GEP);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 294 void rememberInstruction(Value *I);

Completed in 41 milliseconds