Home
last modified time | relevance | path

Searched refs:functionMapIt (Results 1 – 1 of 1) sorted by relevance

/minix3/minix/llvm/passes/include/common/
H A Dpass_common.h626 std::map<std::string, Function *>::iterator functionMapIt; in getOrInsertFunction() local
632 functionMapIt = functionMap.find(Name); in getOrInsertFunction()
633 if (functionMapIt != functionMap.end()) { in getOrInsertFunction()
634 return functionMapIt->second; in getOrInsertFunction()