Home
last modified time | relevance | path

Searched defs:CurrentBlock (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp439 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local
481 BasicBlock *CurrentBlock = nullptr; in insertSpills() local
764 BasicBlock *CurrentBlock = nullptr; in rewriteMaterializableInstructions() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp148 uint32_t CurrentBlock = Blocks[0]; in computeBlockRuns() local
/external/clang/lib/Analysis/
DLiveVariables.cpp203 const CFGBlock *CurrentBlock) in TransferFunctions()
/external/v8/src/compiler/
Draw-machine-assembler.cc489 BasicBlock* RawMachineAssembler::CurrentBlock() { in CurrentBlock() function in v8::internal::compiler::RawMachineAssembler
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp2226 BasicBlock *CurrentBlock = *DI; in performPRE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2216 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2368 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3047 BasicBlock *CurrentBlock = Current.second; in FillPlaceholders() local
3113 BasicBlock *CurrentBlock = Current.second; in InsertPlaceholders() local
/external/mesa3d/src/mesa/main/
Dmtypes.h4397 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member