HomeSort by: relevance | last modified time | path
    Searched refs:CoroFrameInst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp 260 SmallVector<CoroFrameInst *, 8> CoroFrames;
272 CoroFrames.push_back(cast<CoroFrameInst>(II));
348 for (CoroFrameInst *CF : CoroFrames) {
503 for (CoroFrameInst *CF : CoroFrames) {
CoroInstr.h 392 class LLVM_LIBRARY_VISIBILITY CoroFrameInst : public IntrinsicInst {

Completed in 20 milliseconds