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

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 540 ReturnInst *NTRet = ReturnInst::Create(Context, brVal, NewTarget);
600 NTRet);
601 new StoreInst(outputs[out], GEP, NTRet);
603 new StoreInst(outputs[out], &*OAI, NTRet);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 507 ReturnInst *NTRet = ReturnInst::Create(Context, brVal, NewTarget);
565 NTRet);
566 new StoreInst(outputs[out], GEP, NTRet);
568 new StoreInst(outputs[out], OAI, NTRet);

Completed in 57 milliseconds