MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / get_identifier

Function get_identifier

llvm_util/utils.cpp:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482Value* get_identifier(const llvm::Value &llvm) {
483 auto I = value_cache.find(&llvm);
484 return I != value_cache.end() ? I->second : nullptr;
485}
486
487
488#define PRINT(T) \

Callers 2

runMethod · 0.85
get_operandFunction · 0.85

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected