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

  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 121 std::unordered_map<uint32_t, uint32_t>* callee2caller) {
124 &callee2caller](const Instruction* cpi) {
126 (*callee2caller)[pid] = call_inst_itr->GetSingleWordOperand(
134 std::unordered_map<uint32_t, uint32_t>* callee2caller) {
142 (*callee2caller)[callee_var_itr->result_id()] = newId;
212 std::unordered_map<uint32_t, uint32_t> callee2caller; local
231 MapParams(calleeFn, call_inst_itr, &callee2caller);
235 CloneAndMapLocals(calleeFn, new_vars, &callee2caller);
278 calleeFn->ForEachInst([&new_blocks, &callee2caller, &call_block_itr,
292 assert(callee2caller.count(cpi->result_id()) &
    [all...]
inline_pass.h 75 std::unordered_map<uint32_t, uint32_t>* callee2caller);
80 std::unordered_map<uint32_t, uint32_t>* callee2caller);
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 131 std::unordered_map<uint32_t, uint32_t>* callee2caller) {
134 [&call_inst_itr, &param_idx, &callee2caller](const Instruction* cpi) {
136 (*callee2caller)[pid] = call_inst_itr->GetSingleWordOperand(
144 std::unordered_map<uint32_t, uint32_t>* callee2caller) {
155 (*callee2caller)[callee_var_itr->result_id()] = newId;
243 std::unordered_map<uint32_t, uint32_t> callee2caller; local
262 MapParams(calleeFn, call_inst_itr, &callee2caller);
266 if (!CloneAndMapLocals(calleeFn, new_vars, &callee2caller)) {
319 [&new_blocks, &callee2caller, &call_block_itr, &call_inst_itr,
332 assert(callee2caller.count(cpi->result_id()) &
    [all...]
inline_pass.h 77 std::unordered_map<uint32_t, uint32_t>* callee2caller);
82 std::unordered_map<uint32_t, uint32_t>* callee2caller);

Completed in 57 milliseconds