Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h900 bool atBegin() const { in atBegin() function
1374 bool atBegin() const { return path.atBegin(); } in atBegin() function
1906 if (UpdateRoot && IM.branched() && P.valid() && P.atBegin()) in treeErase()
1919 } else if (UpdateRoot && P.atBegin()) in treeErase()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1143 bool atBegin(Parent->begin() == Me); in visitIntrinsicInst() local
1144 if (!atBegin) in visitIntrinsicInst()
1150 if (atBegin) { in visitIntrinsicInst()